Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Nov 13, 2021
1 parent 5c87ebf commit 5dec9f9
Show file tree
Hide file tree
Showing 45 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The ConfigCat CLI allows you to interact with the ConfigCat Management API via t
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `--version` | Show version information |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Commands
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-config-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configcat [options] config create
| `--name`, `-n` | Name of the new Config |
| `--description`, `-d` | Description of the new Config |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-config-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat [options] config ls
| `--product-id`, `-p` | Show only a Product's Config |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-config-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] config rm
| ------ | ----------- |
| `--config-id`, `-i` | ID of the Config to delete |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-config-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configcat [options] config update
| `--name`, `-n` | The updated name |
| `--description`, `-d` | The updated description |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat config [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-environment-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configcat [options] environment create
| `--description`, `-d` | Description of the new Environment |
| `--color`, `-c` | Color of the new Environment |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-environment-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat [options] environment ls
| `--product-id`, `-p` | Show only a Product's Environments |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-environment-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] environment rm
| ------ | ----------- |
| `--environment-id`, `-i` | ID of the Environment to delete |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-environment-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configcat [options] environment update
| `--description`, `-d` | The updated description |
| `--color`, `-c` | The updated color |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat environment [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-attach.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag attach
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting to attach Tags |
| `--tag-ids`, `-g` | Tag IDs to attach |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configcat [options] flag create
| `--type`, `-t` | Type of the new Flag or Setting |
| `--tag-ids`, `-g` | Tags to attach |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-detach.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag detach
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting to detach Tags |
| `--tag-ids`, `-g` | Tag IDs to detach |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag ls
| `--tag-id`, `-t` | Filter by a Tag's ID |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-percentage-clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag percentage clear
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting |
| `--environment-id`, `-e` | ID of the Environment from where the rules must be deleted |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-percentage-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag percentage update [<rules>...]
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting |
| `--environment-id`, `-e` | ID of the Environment where the update must be applied |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Arguments
| Argument | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-percentage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat flag percentage [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] flag rm
| ------ | ----------- |
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting to delete |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-targeting-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configcat [options] flag targeting create
| `--compare-to`, `-t` | The value to compare against |
| `--flag-value`, `-f` | The value to serve when the comparison matches, it must respect the setting type |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-targeting-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configcat [options] flag targeting move
| `--from` | The position of the targeting rule to delete |
| `--to` | The desired position of the targeting rule |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-targeting-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configcat [options] flag targeting rm
| `--environment-id`, `-e` | ID of the Environment from where the rule must be deleted |
| `--position`, `-p` | The position of the targeting rule to delete |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-targeting-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configcat [options] flag targeting update
| `--compare-to`, `-t` | The value to compare against |
| `--flag-value`, `-f` | The value to serve when the comparison matches, it must respect the setting type |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-targeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat flag targeting [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configcat [options] flag update
| `--hint`, `-H` | The updated hint |
| `--tag-ids`, `-g` | The updated Tag list |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-value-show.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configcat [options] flag value show
| `--flag-id`, `-i`, `--setting-id` | ID of the Feature Flag or Setting |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-value-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configcat [options] flag value update
| `--environment-id`, `-e` | ID of the Environment where the update must be applied |
| `--flag-value`, `-f` | The value to serve, it must respect the setting type |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag-value.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat flag value [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat flag [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] ls
| ------ | ----------- |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-product-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configcat [options] product create
| `--name`, `-n` | Name of the new Product |
| `--description`, `-d` | Description of the new Product |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-product-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] product ls
| ------ | ----------- |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-product-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configcat [options] product rm
| ------ | ----------- |
| `--product-id`, `-i` | ID of the Product to delete |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-product-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configcat [options] product update
| `--name`, `-n` | The updated name |
| `--description`, `-d` | The updated description |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-product.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configcat product [command]
| Option | Description |
| ------ | ----------- |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ configcat [options] scan <directory>
| `--commit-url-template`, `-ct` | Template url used to generate VCS commit links. Available template parameters: `commitHash`. Example: https://github.com/my/repo/commit/{commitHash} |
| `--runner`, `-ru` | Overrides the default `ConfigCat CLI {version}` executor label on the ConfigCat dashboard |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Arguments
| Argument | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-sdk-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configcat [options] sdk-key
| ------ | ----------- |
| `--json` | Format the output in JSON |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/configcat-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configcat [options] setup
| `--username`, `-u` | The Management API basic authentication username, also used from CONFIGCAT_API_USER |
| `--password`, `-p` | The Management API basic authentication password, also used from CONFIGCAT_API_PASS |
| `--verbose`, `-v`, `/v` | Print detailed execution information |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features. |
| `--non-interactive`, `-ni` | Turn off progress rendering and interactive features |
| `-h`, `/h`, `--help`, `-?`, `/?` | Show help and usage information |
## Parent Command
| Command | Description |
Expand Down
Loading

0 comments on commit 5dec9f9

Please sign in to comment.