Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 9, 2023
1 parent 1510a95 commit 88ff0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cli/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ as YAML [client intents file(s)](/reference/intents-and-intents-files/#intents-f
| `-n` or `--namespaces` | | Export only clients in these namespaces (comma-separated). |
| `-o` or `--output` | `STDOUT` | Filename or directory for redirecting the output. |
| `--output-type` | `single-file` | Whether the output should be written as a single file (`single-file`) or as multiple files in a directory (`dir`). Requires the `-o` or `--output` to point to a directory. |
| `--server | | Export only intents that call this server |
| `--server ` | | Export only intents that call this server. Specify the full service name, such as `servername.namespace` |
| `--exclude-labels` | | A list of labels that would exclude services from list/export. example: "include=false" |
| `--exclude-services` | | A list of service to exclude from list/export. example: "service1,service2" |

Expand Down

0 comments on commit 88ff0ac

Please sign in to comment.