diff --git a/CLI-Usage.md b/CLI-Usage.md index 2a4d870..3cb8f3e 100644 --- a/CLI-Usage.md +++ b/CLI-Usage.md @@ -24,6 +24,7 @@ Repertory supports multiple storage backends, each defined at mount time: | `-gc` | `--generate_config` | — | Generate a new configuration file. | | `-get` | `--get` | get | Get a specific configuration value by name. | | `-gdi` | `--get_directory_items` | get_directory_items | List directory contents from the provider. | +| `-gi` | `--get_item_info` | get_item_info | Display single file or directory information. | | `-gpf` | `--get_pinned_files` | get_pinned_files | List all pinned files. | | `-hidden` | `--hidden` | hidden | [Windows only] Hide console window. | | `-of` | `--open_files` | open_files | Show currently open files. | @@ -51,30 +52,30 @@ Repertory supports multiple storage backends, each defined at mount time: ### Mount Sia -```bash +```shell repertory --name my_sia_mount /mnt/sia ``` ### Mount S3 -```bash +```shell repertory --s3 --name my_s3_bucket /mnt/s3 ``` ### Mount with Transparent Encryption -```bash +```shell repertory --encrypt --name secure_data /mnt/secure ``` ### Check Provider Version (renterd) -```bash +```shell repertory --check_version ``` ### Launch Embedded GUI Only -```bash +```shell repertory --ui --launch_only ```