Skip to content

Commit

Permalink
Fix: Including missing --force documentation updates (#609)
Browse files Browse the repository at this point in the history
Adding missing documentation

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Jan 13, 2023
1 parent 2ce5e67 commit 179d454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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

0 comments on commit 179d454

Please sign in to comment.