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

standardize commands help wording and conventions #74

Merged
merged 13 commits into from
Jan 27, 2021
Merged

Conversation

jfatta
Copy link
Contributor

@jfatta jfatta commented Jan 27, 2021

  • Minor changes to be on the same page regarding commands order, working, capitalization, punctuation, etc.
  • Also applies to subcommands this time
go run ./cmd/auth0
Supercharge your development workflow.

Usage:
  auth0 <resource> <operation> [parameters...]

Available Resources:
  login          Authenticate the Auth0 CLI
  clients        Manage resources for clients
  apis           Manage resources for APIs
  try-login      Try out your universal login box
  logs           Show the tenant logs
  rules          Manage rules for clients
  actions        Manage resources for actions
  connections    Manage resources for connections
  roles          Manage resources for roles
  custom-domains Manage resources for custom-domains
  completion     Setup autocomplete features for this CLI on your terminal

Flags:
      --force           Skip confirmation.
      --format string   Command output format. Options: json.
  -h, --help            help for auth0
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use. (default "jorgehack21")
      --verbose         Enable verbose mode.

Use "auth0 [command] --help" for more information about a command.

@jfatta jfatta requested review from Widcket, cyx and paddycarey January 27, 2021 16:03
@jfatta jfatta merged commit 84435d6 into main Jan 27, 2021
@jfatta jfatta deleted the cmds-consistency branch January 27, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants