The login command allows you to authenticate with Shelve CLI, which is required to access your Shelve projects securely.
shelve login
When you run the login command, you will be prompted to enter a token. You can find your token in the Shelve dashboard under the API Tokens tab.
The me command allows you to view your user information.
shelve me
The logout command allows you to log out from Shelve CLI.
shelve logout
This will delete the token stored in your local machine and log you out from Shelve CLI.
Soon