zyjared's cli tool
Project description
zyjared-cli
Usage
pip install zyjared-cli
zycli --help
List
config
zycli config --help
# zycli config [cli name]
# zycli config [group.]
# zycli config [group.name]
zycli config --init
# zycli config [cli name] --init
# zycli config clean --init
example:
zycli config clean --init
zycli.toml
will be created if not exists:
[clean]
dirpath = ""
pattern = []
clean
zycli clean --help
example:
zycli clean test -p "*.py" -p "!folder/*.py"
or use config file:
zycli clean
# zycli.toml
[clean]
dirpath = "test"
pattern = ["*.py", "!folder/*.py"]
version
zycli version --help
example:
zycli version patch [--down]
patch
minor
major
alpha
beta
rc
dev
push
zycli push --help
example:
zycli push -m "test" --tag patch
zycli push -m "test" --tag patch --amend --retag
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
zyjared_cli-0.1.15.tar.gz
(13.8 kB
view details)
Built Distribution
File details
Details for the file zyjared_cli-0.1.15.tar.gz
.
File metadata
- Download URL: zyjared_cli-0.1.15.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 406d30b7bb947d74146a2af95b0e175499fd9349cb9c369a1cc52ee0e0d1493d |
|
MD5 | 3b57228cc4574dbddcd25caf44f4b18c |
|
BLAKE2b-256 | de62d504c19e07c58403ec7d0a1fa1899949a655642300c0503bc65673d91796 |
File details
Details for the file zyjared_cli-0.1.15-py3-none-any.whl
.
File metadata
- Download URL: zyjared_cli-0.1.15-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de0314d8a3910719c6bd9a1ecebae2e6b7f952b445dca93851fe389d56c4c169 |
|
MD5 | 5a331ce0ccaff89a46ae223f2535a98f |
|
BLAKE2b-256 | b3b67a99e9850a5adc71fe060547c5833745282c3532f57f4ea21fcc60ff2f5d |