Skip to main content

DC software cli

Project description

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子命令,用于配置全局变量
  • 优化错误信息的提示

Project details


Download files

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

Source Distribution

dc_cli_jawide-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

dc_cli_jawide-0.0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page