Skip to content

Commit

Permalink
DXCDT-287: Remove format flag in favor of json flag (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught authored Nov 30, 2022
1 parent ba9eb4d commit 74172ff
Show file tree
Hide file tree
Showing 136 changed files with 207 additions and 214 deletions.
2 changes: 1 addition & 1 deletion docs/auth0_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage resources for actions.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ auth0 actions create -n myaction -t post-login -d "lodash=4.0.0" -s "API_KEY=val
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 actions delete <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 actions deploy <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ auth0 actions ls
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auth0 actions open <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 actions show <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_actions_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ auth0 actions update <id> -n myaction -t post-login -d "lodash=4.0.0" -s "API_KE
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cat data.json | auth0 api post clients
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage resources for APIs.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ auth0 apis create -n myapi -e 6100 --offline-access=true
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apis delete <id|audience>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ auth0 apis ls -n 100
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apis open <id|audience>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage resources for API scopes.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_scopes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apis scopes ls <id|audience>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apis show <id|audience>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apis_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ auth0 apis update -n myapi -e 6100 --offline-access=true
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage resources for applications.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ auth0 apps create -n myapp -t [native|spa|regular|m2m] --description <descriptio
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apps delete <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ auth0 apps ls -n 100
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auth0 apps open <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ auth0 apps show <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ auth0 apps update <id> -n myapp --type [native|spa|regular|m2m]
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_apps_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 apps use <client-id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage branding options.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage custom domains.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ auth0 branding domains create <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 branding domains delete <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ auth0 branding domains ls
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 branding domains show <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ auth0 branding domains update <id> -p compatible --ip-header "cf-connecting-ip"
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_domains_verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 branding domains verify <id>
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage custom email templates. This requires a custom email provider to be confi
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_emails_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0 branding emails show welcome
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_emails_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ auth0 branding emails update welcome
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auth0 branding show
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Once you close the window, you’ll be asked if you want to save the template. I
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_templates_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auth0 branding templates show
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_templates_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auth0 branding templates update
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_texts.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Manage custom text for prompts.
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_texts_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ auth0 branding texts show <prompt> -l es
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_branding_texts_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ auth0 branding texts update <prompt> -l es
```
--debug Enable debug mode.
--force Skip confirmation.
--format string Command output format. Options: json.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Expand Down
Loading

0 comments on commit 74172ff

Please sign in to comment.