cloudify-cli
cloudify-cli copied to clipboard
Cloudify's CLI
Rewrite the necessary bits to allow using the client from cloudify-cosmo/cloudify-common#1204 - especially around tests, cluster handling, and async
With the deb package: ``` sudo dpkg -i cloudify-cli_5.1.1-ga_amd64.deb [sudo] password for nico: Selecting previously unselected package cloudify. (Reading database ... 196562 files and directories currently installed.) Preparing to unpack...
When a user's profile is saved, it dumps the yaml profile settings into plaintext; https://github.com/cloudify-cosmo/cloudify-cli/blob/2fd55e0dce901bd1d3dd442b5b4a36b89cec326f/cloudify_cli/env.py#L493-L506 This presents a security risk on shared systems, with multiple users.
### Description When using cloudify CLI with _**local**_ parameter like in this example : `cfy local execute --workflow install --task-retries=10 --task-retry-interval=10`, using for example this blueprint [cloudify-nodecellar-docker-example > aws-ec2-blueprint.yaml](https://github.com/cloudify-cosmo/cloudify-nodecellar-docker-example) or...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Command cfy deployment group extend --into-enviroment env-group test-group only extend 1000 deployments when the env-group have more than 1000 deployments ```shell $ cfy dep group create -b blueprint_id -i auth_url="http://myserver/v3"...
```bash $ cfy --version Traceback (most recent call last): File "cloudify_cli/main.py", line 568, in File "click/core.py", line 1157, in __call__ File "cloudify_cli/cli/cfy.py", line 597, in main File "click/core.py", line 1077,...