mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
802 B
Plaintext
26 lines
802 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# propelauth
|
|
|
|
> Set up PropelAuth authentication 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>:
|
|
|
|
`propelauth login`
|
|
|
|
- Set the default PropelAuth Project for the CLI. If no default project is set, the system will prompt for selecting a Project each time certain commands are run:
|
|
|
|
`propelauth set-default-project`
|
|
|
|
- Install PropelAuth authentication in an application. If no directory is provided, the current directory is used:
|
|
|
|
`propelauth setup {{[-f|--framework]}} {{path/to/directory}}`
|
|
|
|
- Log the CLI out of PropelAuth:
|
|
|
|
`propelauth logout`
|