Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obris CLI

Obris logo

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.

Overview

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.

Installing

pip install obris

Using

Setup

  1. Create an API token within your Obris account
  2. Add export OBRIS_TOKEN=<YOUR-GENERATED-TOKEN> to your ~/.zshrc or ~/.bashrc file

Commands

  • obris application
  • obris certificate
  • obris credential
  • obris env-var
  • obris process
  • obris repo
  • obris webserver

Developing

Install Dependencies

pyenv install 3.12.0
pyenv virtualenv 3.12.0 obris-cli

pyenv local obris-cli
pip install -r requirements.txt

Configure Executable

Entry Point

Start running Obris commands locally!

python -m obriscli <command>

Contributing

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages