Skip to content

Commit

Permalink
DXCDT-286: Relegate --force flag from global context (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Nov 30, 2022
1 parent df9f14d commit 4c15e2f
Show file tree
Hide file tree
Showing 139 changed files with 57 additions and 140 deletions.
1 change: 0 additions & 1 deletion docs/auth0_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage resources for actions.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ auth0 actions create -n myaction -t post-login -d "lodash=4.0.0" -s "API_KEY=val

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
4 changes: 2 additions & 2 deletions docs/auth0_actions_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ auth0 actions delete <id>
### Options

```
-h, --help help for delete
--force Skip confirmation.
-h, --help help for delete
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 actions deploy <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ auth0 actions ls

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ auth0 actions open <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 actions show <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_actions_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ auth0 actions update <id> -n myaction -t post-login -d "lodash=4.0.0" -s "API_KE

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
2 changes: 1 addition & 1 deletion docs/auth0_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ cat data.json | auth0 api post clients

```
-d, --data string JSON data payload to send with the request. Data can be piped in as well instead of using this flag.
--force Skip confirmation when using the delete method.
-h, --help help for api
-q, --query stringToString Query params to send with the request. (default [])
```
Expand All @@ -42,7 +43,6 @@ cat data.json | auth0 api post clients

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage resources for APIs.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ auth0 apis create -n myapi -e 6100 --offline-access=true

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
4 changes: 2 additions & 2 deletions docs/auth0_apis_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ auth0 apis delete <id|audience>
### Options

```
-h, --help help for delete
--force Skip confirmation.
-h, --help help for delete
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ auth0 apis ls -n 100

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 apis open <id|audience>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage resources for API scopes.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_scopes_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 apis scopes ls <id|audience>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 apis show <id|audience>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apis_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ auth0 apis update -n myapi -e 6100 --offline-access=true

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage resources for applications.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ auth0 apps create -n myapp -t [native|spa|regular|m2m] --description <descriptio

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
4 changes: 2 additions & 2 deletions docs/auth0_apps_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ auth0 apps delete <id>
### Options

```
-h, --help help for delete
--force Skip confirmation.
-h, --help help for delete
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ auth0 apps ls -n 100

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ auth0 apps open <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ auth0 apps show <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ auth0 apps update <id> -n myapp --type [native|spa|regular|m2m]

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_apps_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 apps use <client-id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage branding options.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage custom domains.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ auth0 branding domains create <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
4 changes: 2 additions & 2 deletions docs/auth0_branding_domains_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ auth0 branding domains delete <id>
### Options

```
-h, --help help for delete
--force Skip confirmation.
-h, --help help for delete
```

### Options inherited from parent commands

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ auth0 branding domains ls

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 branding domains show <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ auth0 branding domains update <id> -p compatible --ip-header "cf-connecting-ip"

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_domains_verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 branding domains verify <id>

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage custom email templates. This requires a custom email provider to be confi

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_emails_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ auth0 branding emails show welcome

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_emails_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ auth0 branding emails update welcome

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ auth0 branding show

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Once you close the window, you’ll be asked if you want to save the template. I

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_templates_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ auth0 branding templates show

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_templates_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ auth0 branding templates update

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_texts.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Manage custom text for prompts.

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_texts_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ auth0 branding texts show <prompt> -l es

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
1 change: 0 additions & 1 deletion docs/auth0_branding_texts_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ auth0 branding texts update <prompt> -l es

```
--debug Enable debug mode.
--force Skip confirmation.
--json Output in json format.
--no-color Disable colors.
--no-input Disable interactivity.
Expand Down
Loading

0 comments on commit 4c15e2f

Please sign in to comment.