Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve generateFiles command to create qualified files #147

Merged
merged 3 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. feat: Migrate generateFiles command with new client

    BREACKING CHANGE: The `path` argument is replaced by `dirId`, and goes to second position.
    
    Example to generate 2 files at the root of your Drive:
    Before
    ```
    ACH generateFiles <folderPath> <nbOfFile>
    ```
    
    Now
    ```
    ACH generateFiles <nbOfFile> <folderId>
    ```
    Merkur39 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0aa7178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e685f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a1d40 View commit details
    Browse the repository at this point in the history