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

Cli 92 #222

Merged
merged 4 commits into from
Apr 2, 2021
Merged

Cli 92 #222

merged 4 commits into from
Apr 2, 2021

Conversation

bright-poku
Copy link
Contributor

Description

This PR add Examples to apps, apis and rules commands by moving
the example in the Long field to Example field

auth0 apps create -h
Create a new application:

Usage:
  auth0 apps create [flags]

Examples:
auth0 apps create 
auth0 apps create --name myapp 
auth0 apps create -n myapp --type [native|spa|regular|m2m]
auth0 apps create -n myapp -t [native|spa|regular|m2m] -- description <description>

References

https://auth0team.atlassian.net/browse/CLI-92

Testing

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • [ X] The correct base branch is being used, if not master

Copy link
Contributor

@cyx cyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bright-poku bright-poku merged commit 00fd384 into main Apr 2, 2021
@bright-poku bright-poku deleted the CLI-92 branch April 2, 2021 15:51
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.

2 participants