updates to pkg docs to address PR feedback

pull/747/head
Scott Anderson 2020-02-07 13:37:40 -07:00
parent 0aa3ad58f0
commit 31c888a8eb
3 changed files with 3 additions and 3 deletions

View File

@ -40,6 +40,6 @@ influx pkg [command]
| `-q`, `--quiet` | Disable output printing | |
| `-R`, `--recurse` | Recurse through files in the directory specified in `-f`, `--file` | |
| `--secret` | Secrets to provide alongside the package (format: `--secret=SECRET_KEY=SECRET_VALUE`) | string |
| `-u`, `--url` | URL of a package file file | string |
| `-u`, `--url` | URL of package file | string |
{{% influx-cli-global-flags %}}

View File

@ -25,7 +25,7 @@ influx pkg summary [flags]
| `-f`, `--file` | Package file to summarize | string |
| `-h`, `--help` | Help for the `summary` command | |
| `-R`, `--recurse` | Recurse through files in the directory specified in `-f`, `--file` | |
| `-u`, `--url` | URL of a package file file | string |
| `-u`, `--url` | URL of package file to summarize | string |
{{% influx-cli-global-flags %}}

View File

@ -23,6 +23,6 @@ influx pkg validate [flags]
| `-f`, `--file` | Package file to validate | string |
| `-h`, `--help` | Help for the `validate` command | |
| `-R`, `--recurse` | Recurse through files in the directory specified in `-f`, `--file` | |
| `-u`, `--url` | URL of a package file file | string |
| `-u`, `--url` | URL of package file to validate | string |
{{% influx-cli-global-flags %}}