snippetbashTip
propelauth — Set up PropelAuth authentication as quickly and easily as possible. More information: <https://docs.
Viewed 0 times
commandandquicklycliauthenticationsetpropelauth
Problem
How to use the
propelauth command: Set up PropelAuth authentication as quickly and easily as possible. More information: <https://docs.propelauth.com/reference/api/cli>.Solution
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 loginSet 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-projectInstall 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 logoutCode Snippets
Login to PropelAuth using an API Key generated from <https://auth.propelauth.com/api_keys/personal>
propelauth loginSet 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-projectInstall 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 logoutContext
tldr-pages: common/propelauth
Revisions (0)
No revisions yet.