Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Including missing --force documentation updates #609

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/auth0_actions_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ auth0 actions update [flags]
```
-c, --code string Code content for the action.
-d, --dependency stringToString Third party npm module, and its version, that the action depends on. (default [])
--force Skip confirmation.
--json Output in json format.
-n, --name string Name of the action.
-s, --secret stringToString Secrets to be used in the action. (default [])
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_email_templates_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ auth0 email templates update [flags]
```
-b, --body string Body of the email template.
-e, --enabled Whether the template is enabled (true) or disabled (false). (default true)
--force Skip confirmation.
-f, --from string Sender's 'from' email address.
--json Output in json format.
-l, --lifetime int Lifetime in seconds that the link within the email will be valid for.
Expand Down
1 change: 1 addition & 0 deletions docs/auth0_rules_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ auth0 rules update [flags]

```
-e, --enabled Enable (or disable) a rule. (default true)
--force Skip confirmation.
--json Output in json format.
-n, --name string Name of the rule.
-s, --script string Script contents for the rule.
Expand Down