Client CLI for talking to an Encapsia system.
Project description
About
This package provides command line access to Encapsia over the REST API.
All of these are designed to work with server 1.5 and beyond.
Autocomplete
Setup autocomplete using the instructions found on https://github.com/click-contrib/click-completion
Tests
Unit tests
Run:
poetry run pytest
Walkthrough Tests
Prerequisite: an instance of ice must be running on your localhost, and valid token for it must be present in your key store.
See the walkthrough_tests
directory for bash scripts which exercise the CLI.
Run them e.g. with:
poetry run bash walkthrough_tests/all.sh
or test specific subcommands with:
poetry run bash walkthrough_tests/token.sh
Note that these tests are not self-verifying; they just provide helpful coverage, assurance, and working documentation.
Release checklist
- Run:
poetry run black .
- Run:
poetry run isort .
- Run:
poetry run flake8 .
- Run:
poetry run mypy .
- Ensure "tests" run ok (see above).
- Capture test output and commit with:
poetry run bash walkthrough_tests/all.sh 2>&1 | poetry run ansi2html -f 80% >WALKTHROUGH.html
- Create
requirements.txt
for Snyk scanning with:poetry export -f requirements.txt >requirements.txt
- Ensure git tag, package version, and
encapsia_cli.__version__
are all equal.
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
Built Distribution
Hashes for encapsia_cli-0.5.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46fcc831e0f9f591967bd66cfa6b2d3968738bdec02326fd310b57e970e3b8e0 |
|
MD5 | c9a57039abf19b83339b0751e4105929 |
|
BLAKE2b-256 | 546c5b6cb4357ee00d82a4245b6672dd06a184834364d59f7af460cf41159598 |