The Obris CLI is used to manage Obris apps from the command line. It is built using click as the underlying cli framework.
Learn more about Obris @obris.io.
Use our quickstart guide to start building apps.
This project aims to make managing your infrastructure independent from the cloud it's deployed on. We want developers to be able to leverage the tools they need and not have to make compromises when choosing between a scoped, managed PaaS offering or a customizable, terse IaaS offering.
pip install obris- Create an API token within your Obris account
- Add
export OBRIS_TOKEN=<YOUR-GENERATED-TOKEN>to your~/.zshrcor~/.bashrcfile
obris applicationobris certificateobris credentialobris env-varobris processobris repoobris webserver
pyenv install 3.12.0
pyenv virtualenv 3.12.0 obris-cli
pyenv local obris-cli
pip install -r requirements.txtStart running Obris commands locally!
python -m obriscli <command>