FourDigits CLI tool
Project description
FourDigits CLI
A cli tool to make development and deployment easier within Four Digits
Install
pipx install fourdigits-cli
Upgrade
pipx upgrade fourdigits-cli
Enable auto complete
bash
Add this to ~/.bashrc
:
eval "$(_FD_COMPLETE=bash_source fd)"
eval "$(_FOURDIGITS_COMPLETE=bash_source fourdigits)"
Zsh
Add this to ~/.zshrc
:
eval "$(_FD_COMPLETE=zsh_source fd)"
eval "$(_FOURDIGITS_COMPLETE=zsh_source fourdigits)"
Usage
After installation the cli tool is available under fourdigits
and fd
.
For more information use:
fourdigits --help
Project configuration
The project is configured in the pyproject.toml
file, available options and their defaults:
[tool.fourdigits]
docker_repo=""
docker_image_user="fourdigits"
[tool.fourdigits.envs.<environment anem>]
name=""
Development
make develop
Releasing
To make a new release available on pypi, follow these steps:
- Update version by edit
fourdigits_cli/__init__.py
and commit. - Run:
make push-version
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
fourdigits-cli-1.1.0.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for fourdigits_cli-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a88c482006a34e1b1ef69dfb362cd2e16b4d94d5e6ac51d2457cff322d1988b1 |
|
MD5 | cecf706264b4cf1d9469500bd45d2e76 |
|
BLAKE2b-256 | a0acdcd000cf83a2f4b47d7457449993b85dcbb6909d8220fb7c57e7d536a1fe |