Skip to main content

A CLI for the Stratis Project.

Introduction

stratis-cli is a tool that provides a command-line interface (CLI) for interacting with the Stratis daemon, stratisd. stratis-cli interacts with stratisd via D-Bus. It is written in Python 3.

stratis-cli is stateless and contains a minimum of storage-related logic. Its code mainly consists of parsing arguments from the command line, calling methods that are part of the Stratis D-Bus API, and then processing and displaying the results.

Installing

You can install stratis-cli directly from the stratis-cli project repo.

stratis-cli has a number of dependencies that may not already be installed. You may choose to allow the setup script to install any missing dependencies from PyPi, or you may prefer to install the dependencies using your distribution’s package manager. All stratis-cli’s direct dependencies are listed in stratis-cli’s setup.py file, in the install_requires field. If you choose to install the dependencies using your installation’s package manager, you should do so before you run the setup.py script.

Finally, run the setup.py script as:

> python setup.py install

Running

After installing, running requires invoking the script, as:

> stratis --help

or:

> stratis --version

To run without installing, check out the source, change to the top directory and set the PYTHONPATH environment variable to include library dependencies. For example (if using bash shell):

> export PYTHONPATH="src:../dbus-client-gen/src:../dbus-python-client-gen/src:../into-dbus-python/src:../dbus-signature-pyparsing/src"
> ./bin/stratis --help

Since stratis uses stratisd’s API, most operations will fail unless you are also running the Stratis daemon.

Testing

Various testing modalities are used to verify various properties of stratis. Please consult the README files in the tests subdirectory for further information.

The project has, and will continue to maintain, 100% code coverage.

Internal Software Architecture

stratis is implemented in two parts:

  • The parser package handles configuring the command line parser, which uses the Python argparse package.

  • The actions package receives valid commands from the parser package and executes them, invoking the D-Bus API as needed. The parser passes command-line arguments given by the user to methods in the actions package using a Namespace object.

Python Coding Style

stratis conforms to PEP-8 style guidelines as enforced by the black formatting tool.

Download files

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

Source Distribution

stratis_cli-3.9.1.tar.gz (56.8 kB view details)

Uploaded Source

Built Distribution

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

stratis_cli-3.9.1-py3-none-any.whl (82.9 kB view details)

Uploaded Python 3

File details

Details for the file stratis_cli-3.9.1.tar.gz.

File metadata

  • Download URL: stratis_cli-3.9.1.tar.gz
  • Upload date:
  • Size: 56.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for stratis_cli-3.9.1.tar.gz
Algorithm Hash digest
SHA256 3ac7f280521db3185b39f729ac12f85b44f089e0b538db676cd0b9412d16a053
MD5 505877d310ff190b7063ef5a8236f30b
BLAKE2b-256 6861510815a64ee316c48aa792ffe879fd94fcc4b7b3c318d710d8d9e78d109e

See more details on using hashes here.

File details

Details for the file stratis_cli-3.9.1-py3-none-any.whl.

File metadata

  • Download URL: stratis_cli-3.9.1-py3-none-any.whl
  • Upload date:
  • Size: 82.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for stratis_cli-3.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fc91286643c0dc1693d8a80c7c1c3c611acb240f2e9f3c20ef2d004dc020fcbf
MD5 bc279fba62616cc68caa265a622d6afc
BLAKE2b-256 1a595c52fb1949aa1c310a70ba34a622469096661c3322eed3bc4e07d0f6b91e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.9.1 This release

2 files

3.9.0

2 files

3.8.2

2 files

3.8.1

2 files

3.8.0

2 files

3.7.0

2 files

3.6.2

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