-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
propelauth: add page #15995
base: main
Are you sure you want to change the base?
propelauth: add page #15995
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid "you" in the descriptions; https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#imperative-mood
> The PropelAuth CLI was built from the ground up to set up PropelAuth in your application as quickly and easily as possible. | ||
> More information: <https://docs.propelauth.com/reference/api/cli>. | ||
|
||
- Login to PropelAuth using an API Key generated from https://auth.propelauth.com/api_keys/personal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Login to PropelAuth using an API Key generated from https://auth.propelauth.com/api_keys/personal: | |
- Login to PropelAuth using an API Key generated from <https://auth.propelauth.com/api_keys/personal>: |
|
||
- Set up PropelAuth authentication in your project. If no directory is provided, the current directory is used: | ||
|
||
`propelauth setup {{[-f|--framework]}} {{directory}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`propelauth setup {{[-f|--framework]}} {{directory}}` | |
`propelauth setup {{[-f|--framework]}} {{path/to/directory}}` |
@@ -0,0 +1,20 @@ | |||
# propelauth | |||
|
|||
> The PropelAuth CLI was built from the ground up to set up PropelAuth in your application as quickly and easily as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> The PropelAuth CLI was built from the ground up to set up PropelAuth in your application as quickly and easily as possible. | |
> Set up PropelAuth in your application as quickly and easily as possible. |
common