CLI for the Orkestr Internal Developer Platform
Project description
orkestr-cli
CLI for the Orkestr Internal Developer Platform.
Install
pip install orkestr-cli
Quick start
# Authenticate with your API token
orkestr login
# List your projects
orkestr projects list
# Deploy
orkestr deploy my-api
# View logs
orkestr logs my-api
# Check health
orkestr health my-api
Commands
| Command | Description |
|---|---|
orkestr login |
Authenticate with an API token |
orkestr logout |
Clear stored credentials |
orkestr whoami |
Show current user info |
orkestr projects list|create|show|update|delete|analyze |
Manage projects |
orkestr envs list|create|update|delete |
Manage environments |
orkestr deploy <project> |
Trigger a deployment |
orkestr deployments list|show|logs|rollback |
Deployment history |
orkestr logs <project> |
Runtime container logs |
orkestr stats <project> |
CPU/memory/network stats |
orkestr health <project> |
Container health info |
All commands support --json for raw JSON output.
Publishing to PyPI
- Bump the version in
pyproject.toml - Build and upload:
cd cli
pip install build twine
# Build the package
python -m build
# Upload to PyPI (username is literally __token__)
twine upload dist/*
# Username: __token__
# Password: your PyPI API token
- Verify:
pip install --upgrade orkestr-cli
orkestr --version
PyPI project page: pypi.org/project/orkestr-cli
Documentation
Full docs at orkestr.eu/docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orkestr_cli-0.1.1.tar.gz
(9.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orkestr_cli-0.1.1.tar.gz.
File metadata
- Download URL: orkestr_cli-0.1.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcd6190b7eed94254147ed40f72ba9ccc5ec150aa10158f95579de5788edce5e
|
|
| MD5 |
6a4df7a49ed8233b2cda0733c03f023c
|
|
| BLAKE2b-256 |
aff513312a27578480c4f693f5f93f5f8ba2140566a79ab0a860272d61e1df33
|
File details
Details for the file orkestr_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: orkestr_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
818e90b260ba547058c10665e9831ca5e69fb507c5a8534a0fbe691fb51d8fd3
|
|
| MD5 |
f0dfb02d92ff4227c61be87918849bed
|
|
| BLAKE2b-256 |
57b54b1c4cdff81e5e4cf149acce6907f9ea72995eabbbf0ebb48b1244603a1f
|