Portabase Logo
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 cli

Run the CLI from source

uv run main.py --help
uv run main.py agent create my-agent

Run the checks

uv run ruff check .
uv run mypy
uv run pytest

portabase update only works with the released binary. When running from source, update with git pull.

Last updated on

On this page