Docker compose software cli
Usage
install package
dc install package_name
uninstall package
dc uninstall package_name
update package
dc update package_name
Test Publish
rm -rf dist & python -m build && python -m twine upload --repository testpypi dist/*
rd /S /Q dist & python -m build && python -m twine upload --repository testpypi dist/*
pip uninstall -y dc-cli-jawide && pip install --index-url https://test.pypi.org/simple/ --no-deps --no-cache-dir --upgrade dc-cli-jawide
Publish
rm -rf dist & python -m build && python -m twine upload dist/*
rd /S /Q dist & python -m build && python -m twine upload dist/*
pip uninstall -y dc-cli-jawide && pip install --no-cache-dir --upgrade dc-cli-jawide
Future
- 修改install子命令使其只下载应用不启动应用,添加更多命令,例如stop、start、pause
- 添加search子命令,提供应用搜索功能
- 添加ps子命令,提供应用运行状态显示功能
- 添加config子命令,用于配置全局变量
- 优化错误信息的提示
Release files for dc-cli-jawide 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dc_cli_jawide-0.0.2.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dc_cli_jawide-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / dc_cli_jawide-0.0.2.tar.gz
| Download URL | dc_cli_jawide-0.0.2.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
46173245c1fa6ee8aa9e7daaaaaeaa107286efecf0ffea1b9ca3095c9c4fe841
|
|
BLAKE2b-256 checksum How to use checksums |
6787867d98efb509853dea770d7f1459d3c6bdbd4d313ebff0675baf26e3c68e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.61.2 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
|
Release files / dc_cli_jawide-0.0.2-py3-none-any.whl
| Download URL | dc_cli_jawide-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5bfd2f41d8f2df038c88eba310e84de1c1f92d717f12effd940b20d33546ef65
|
|
BLAKE2b-256 checksum How to use checksums |
22be4364a77cdf00ac9e92c398a450708e3aa3d2f3ed68b657f1eb46a1ea9f77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.61.2 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
|