CLI
Contributing
Run and test the Portabase CLI from source.
If you want to contribute to the CLI or test your changes locally:
Clone the repository
git clone https://github.com/Portabase/cli.git
cd cliInstall dependencies
uv syncRun the CLI from source
uv run main.py --help
uv run main.py agent create my-agentRun the checks
uv run ruff check .
uv run mypy
uv run pytestportabase update only works with the released binary. When running from source, update with git pull.
Last updated on