A command-line interface for interacting with the Basic API.
npm i -g @basictech/cli
-
account
- Description: Show account information
- Usage:
basic account
-
login
- Description: Log in to the Basic API
- Usage:
basic login
-
logout
- Description: Log out of the Basic API
- Usage:
basic logout
-
status
- Description: Show login statuss
- Usage:
basic status
-
projects
- Description: Show projects
- Usage:
basic projects
-
init
- Description: Create a new project
- Usage:
basic init
-
help
- Description: Show help information
- Usage:
basic help
- Make sure you're logged in using the
login
command before using commands that require authentication. - Use the
help
command to see this list of available commands in the CLI.
Links: