Skip to main content

Tests workflow PyPI - Python Version PyPI - Downloads License

exordos svg logo

Exordos CLI

📚 CLI Documentation: exordos.github.io/exordos | 📚 Platform Documentation: exordos.github.io/exordos_core

Exordos CLI is the official command-line interface for the Exordos Core platform. It provides a unified toolset for managing the full lifecycle of Exordos projects — from building and provisioning elements to bootstrapping installations, managing backups, and interacting with a running Exordos Core environment.

🚀 To start using Exordos

Install the CLI with a single command:

curl -fsSL https://repo.exordos.com/install.sh | sh

What Exordos CLI does

Exordos CLI bridges the gap between your local development environment and the Exordos Core platform. With a single binary you can:

  • Build projects — compile Exordos project images and artifacts from a declarative exordos.yaml configuration.
  • Bootstrap installations — spin up local virtual machine environments from built images for development and testing.
  • Manage installations — connect via SSH, list, and remove running Exordos instances.
  • Interact with the platform — manage elements, IAM, secrets, compute nodes, realms, and more through a rich set of subcommands.
  • Automate backups — run periodic or one-shot backups of installations with compression, encryption, rotation, and disk-overflow protection.

For a full overview of all commands and configuration options, visit the documentation.

💡 Contributing

Contributing to the project is highly appreciated! However, some rules should be followed for successful inclusion of new changes in the project:

  • All changes should be done in a separate branch.
  • Changes should include not only new functionality or bug fixes, but also tests for the new code.
  • After the changes are completed and tested, a Pull Request should be created with a clear description of the new functionality. Add one of the project maintainers as a reviewer.
  • Changes can be merged only after receiving approval from one of the project maintainers.

Local test environment on Ubuntu

The test environments require a working Python 3 installation. Check both command names:

python3 --version
python --version

If python3 works but the unversioned python command is missing, install Ubuntu's compatibility package:

sudo apt update
sudo apt install python-is-python3

python-is-python3 only provides the python -> python3 link; it does not install Python 3 itself.

Tox uses uv for environment creation. In a sandbox or another restricted environment where ~/.cache/uv is read-only, point the cache to a writable temporary directory:

UV_CACHE_DIR="${TMPDIR:-/tmp}/uv-cache" tox -e develop

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exordos-3.1.7.tar.gz (438.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

exordos-3.1.7-py3-none-any.whl (335.9 kB view details)

Uploaded Python 3

File details

Details for the file exordos-3.1.7.tar.gz.

File metadata

  • Download URL: exordos-3.1.7.tar.gz
  • Upload date:
  • Size: 438.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for exordos-3.1.7.tar.gz
Algorithm Hash digest
SHA256 44817ee5371d5f19fbe4660d21969792c274a8ff50f79e0904a49f79a15bb7de
MD5 b9f43e8ba873a537eb492fae0e0e9d07
BLAKE2b-256 f8b0bbf0ec2edd1f021c92ba7af1690892891d1f42e7e78191983a2f97efe529

See more details on using hashes here.

Provenance

The following attestation bundles were made for exordos-3.1.7.tar.gz:

Publisher: publish-to-pypi.yml on exordos/exordos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file exordos-3.1.7-py3-none-any.whl.

File metadata

  • Download URL: exordos-3.1.7-py3-none-any.whl
  • Upload date:
  • Size: 335.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for exordos-3.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ae62fd39cf2435afd8af5e746542cb68fc6c17282791f3e0af4dc207d2986992
MD5 56abd1ea4ad7e42dcf4de56ced5c9633
BLAKE2b-256 78d88e37d343e597bfd9fd1a1ab8c1f10b77444156969400f72c69b172213e0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for exordos-3.1.7-py3-none-any.whl:

Publisher: publish-to-pypi.yml on exordos/exordos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

3.1.35

2 files

3.1.34

2 files

3.1.33

2 files

3.1.32

2 files

3.1.31

2 files

3.1.30

2 files

3.1.29

2 files

3.1.28

2 files

3.1.27

2 files

3.1.26

2 files

3.1.25

2 files

3.1.24

2 files

3.1.23

2 files

3.1.22

2 files

3.1.21

2 files

3.1.19

2 files

3.1.17

2 files

3.1.14

2 files

3.1.13

2 files

3.1.12

2 files

3.1.11

2 files

3.1.10

2 files

3.1.9

2 files

3.1.8

2 files

This release

3.1.7 This release

2 files

3.1.6

2 files

3.1.5

2 files

3.1.4

2 files

3.1.3

2 files

3.1.2

2 files

3.1.1

2 files

3.1.0

2 files

3.0.5

2 files

3.0.4

2 files

3.0.3

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

2.5.23

2 files

2.5.22

2 files

2.5.21

2 files

2.5.20

2 files

2.5.19

2 files

2.5.18

2 files

2.5.17

2 files

2.5.16

2 files

2.5.15

2 files

2.5.12

2 files

2.5.11

2 files

2.5.10

2 files

2.5.9

2 files

2.5.8

2 files

2.5.7

2 files

2.5.6

2 files

2.5.5

2 files

2.5.4

2 files

2.5.3

2 files

2.5.2

2 files

2.5.1

2 files

2.5.0

2 files

2.4.1

2 files

2.4.0

2 files

2.3.1

2 files

2.3.0

2 files

2.2.12

2 files

2.2.11

2 files

2.2.10

2 files

2.2.9

2 files

2.2.8

2 files

2.2.7

2 files

2.2.6

2 files

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.1

2 files

2.1.0

2 files

2.0.6

2 files

2.0.5

2 files

2.0.4

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page