ops-cli 2.3.0__py3-none-any.whl → 2.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/METADATA +3 -3
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/RECORD +6 -6
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/LICENSE +0 -0
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/WHEEL +0 -0
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/entry_points.txt +0 -0
- {ops_cli-2.3.0.dist-info → ops_cli-2.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ops-cli
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.1
|
|
4
4
|
Summary: Ops - wrapper for Terraform, Ansible, and SSH for cloud automation
|
|
5
5
|
Home-page: https://github.com/adobe/ops-cli
|
|
6
6
|
Author: Adobe
|
|
@@ -326,7 +326,7 @@ workon ops
|
|
|
326
326
|
# uninstall previous `ops` version (if you have it)
|
|
327
327
|
pip uninstall ops --yes
|
|
328
328
|
|
|
329
|
-
# install ops-cli v2.3.
|
|
329
|
+
# install ops-cli v2.3.1 stable release
|
|
330
330
|
pip install --upgrade ops-cli
|
|
331
331
|
```
|
|
332
332
|
|
|
@@ -342,7 +342,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr
|
|
|
342
342
|
|
|
343
343
|
To start out a container, running the latest `ops-cli` docker image run:
|
|
344
344
|
```sh
|
|
345
|
-
docker run -it ghcr.io/adobe/ops-cli:2.3.
|
|
345
|
+
docker run -it ghcr.io/adobe/ops-cli:2.3.1 bash
|
|
346
346
|
```
|
|
347
347
|
|
|
348
348
|
After the container has started, you can start using `ops-cli`:
|
|
@@ -51,9 +51,9 @@ ops/inventory/plugin/skms.py,sha256=pFMpvfbXCf0KPgEOj5oAD7UzpUZ5zL1lcN4wESOjPuI,
|
|
|
51
51
|
ops/jinja/__init__.py,sha256=Nvmvb1edSAehNKYyroo26Jrxjzbu_TOCBS8Y9mMEOyA,1743
|
|
52
52
|
ops/terraform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
ops/terraform/terraform_cmd_generator.py,sha256=5yfzS7aOOjVDUYHwBadFvPjWKEFJWk9SEOhTZHywlG0,21728
|
|
54
|
-
ops_cli-2.3.
|
|
55
|
-
ops_cli-2.3.
|
|
56
|
-
ops_cli-2.3.
|
|
57
|
-
ops_cli-2.3.
|
|
58
|
-
ops_cli-2.3.
|
|
59
|
-
ops_cli-2.3.
|
|
54
|
+
ops_cli-2.3.1.dist-info/LICENSE,sha256=ff5lJoiLrFF1nJn5pRJiuicRqMEqBn8hgWCd2aQGa4Q,11335
|
|
55
|
+
ops_cli-2.3.1.dist-info/METADATA,sha256=BPyIZTmGXQgCcflehCFyGRo1_fy23bwMebVqp7Bfo1g,39904
|
|
56
|
+
ops_cli-2.3.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
57
|
+
ops_cli-2.3.1.dist-info/entry_points.txt,sha256=maaS2Tf8WvxMXckssedK13LXegD9jgHB2AT8xiEfVpQ,37
|
|
58
|
+
ops_cli-2.3.1.dist-info/top_level.txt,sha256=enC05wWafSg8iDKIvj3gvtAtEP2kYCyN5Gmd689q-_I,4
|
|
59
|
+
ops_cli-2.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|