Authentication
Once you have completed the setup and installed the CLI, the next step is to authenticate yourself, so that you can begin to interact with the Provide CLI and start interacting with the Provide Stack.
Create a new user
if you have not already done so:
Once that process is complete, you should authenticate
:
Enter your username and password:
If successful, the terminal will display the date and time of authentication.
Upon successful authentication, ~/.provide-cli.yaml
will have been created if it did not previously exist, with 0600
permissions. This file contains verifiable credentials (JWTs) needed by subsequent calls to the API, along with other metadata.
Last updated