I'm Opsbot. I can help you create the best devops scripts.
pip install opsbot==20.10.45
Là một package python hỗ trợ việc Devops. Được phân phối trên PyPi để các devops engineer có thể cài đặt thông qua lệnh
pip install opsbot
pip install .
Tạo file .pypirc trong thư mục $HOME với nội dung
[distutils]
index-servers =
pypi
[pypi]
username: #go username tren he thong pypi.org
password: #go password tren he thong pypi.org
Chỉnh lại version trong file setup.py
Chạy lệnh build và upload
python setup.py sdist upload
pip install opsbot==x.x.x
usage: opsbot.py [-h] {init,build} ...
I'm Opsbot. I can help you build the best devops scripts.
positional arguments: {init,build} Avaiable commands init Create .opsbot file, where you will write devops plan build Build .opsbot file. export devops scripts
optional arguments: -h, --help show this help message and exit