Skip to content

Commit

Permalink
Update upstream docs to reflect CLI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps authored and shatakshiiii committed Nov 5, 2024
1 parent d928dc7 commit 5eab9f7
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,18 @@ $ ansible-creator init playbook <collection-name> <path>

#### Optional Arguments

| Sort flag | Long flag | Flag argument | Description |
| --------- | ------------ | ------------- | ----------------------------------------------------------------------------------------------------- |
| -f | --force | | Force re-initialize the specified directory as an Ansible collection. (default: False) |
| | --json | | Output messages as JSON (default: False) |
| --la | --log-append | bool | Append to log file. (choices: true, false) (default: true) |
| --lf | --log-file | file | Log file to write to. (default: ./ansible-creator.log) |
| --ll | --log-level | level | Log level for file output. (choices: notset, debug, info, warning, error, critical) (default: notset) |
| --na | --no-ansi | | Disable the use of ANSI codes for terminal color. (default: False) |
| -h | --help | | Show this help message and exit |
| -v | --verbosity | | Give more Cli output. Option is additive, and can be used up to 3 times. (default: 0) |
| Sort flag | Long flag | Flag argument | Description |
| --------- | -------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| -f | --force | | Force re-initialize the specified directory as an Ansible collection. This flag is deprecated and will be removed soon. (default: False) |
| -o | --overwrite | | Overwrites existing files or directories. (default: False) |
| -no | --no-overwrite | | Restricts the overwriting operation for files or directories. (default: False) |
| | --json | | Output messages as JSON (default: False) |
| --la | --log-append | bool | Append to log file. (choices: true, false) (default: true) |
| --lf | --log-file | file | Log file to write to. (default: ./ansible-creator.log) |
| --ll | --log-level | level | Log level for file output. (choices: notset, debug, info, warning, error, critical) (default: notset) |
| --na | --no-ansi | | Disable the use of ANSI codes for terminal color. (default: False) |
| -h | --help | | Show this help message and exit |
| -v | --verbosity | | Give more Cli output. Option is additive, and can be used up to 3 times. (default: 0) |

Example:

Expand Down

0 comments on commit 5eab9f7

Please # to comment.