Installation
Note: CLI is pre-installed if you are using Onepanel's Workspaces.
First, install Onepanel's CLI via pip
:
pip install -U onepanel
Note: If you want to version control large files, you would need to use Git Large File Storage. Follow this installation guide to install it for your operating system.
Checking CLI Version
onepanel --version
Login
To start using the CLI, you need to login by typing the following command in your terminal:
onepanel login
You will be prompted for your email address and password.