devstack-cli 10.0.157__py3-none-any.whl → 10.0.159__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: devstack-cli
3
- Version: 10.0.157
4
- Summary: Command-line access to Remote Development Environments (RDEs) created by Cloudomation DevStack
3
+ Version: 10.0.159
4
+ Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
5
5
  Author-email: Stefan Mückstein <stefan@cloudomation.com>
6
6
  Project-URL: Homepage, https://cloudomation.com/
7
7
  Project-URL: Documentation, https://docs.cloudomation.com/devstack/
@@ -14,10 +14,15 @@ License-File: LICENSE
14
14
  Requires-Dist: paramiko
15
15
  Requires-Dist: watchdog
16
16
  Requires-Dist: rich
17
+ Requires-Dist: pyyaml
18
+ Requires-Dist: asyncssh
19
+ Requires-Dist: aiohttp
20
+ Requires-Dist: aiofiles
21
+ Requires-Dist: yarl
17
22
 
18
23
  # DevStack CLI
19
24
 
20
- The `devstack-cli` provides command-line access to Remote Development Environments (RDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
25
+ The `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
21
26
 
22
27
  ## Installation
23
28
 
@@ -43,12 +48,34 @@ python -m pip install devstack-cli
43
48
  ## Usage
44
49
 
45
50
  ```
46
- usage: devstack-cli [-h] -H HOSTNAME -s SOURCE_DIRECTORY [-o OUTPUT_DIRECTORY] [-v]
51
+ usage: cli.py [-h] [-c CONFIG_FILE] [--workspace-url WORKSPACE_URL] [-u USER_NAME] [--maximum-uptime-hours MAXIMUM_UPTIME_HOURS] [-n CDE_NAME] [-s] [--stop] [-w] [-o] [-p] [-f] [-l] [-t] [-q] [-v] [-V]
52
+
53
+ options:
54
+ -h, --help show this help message and exit
55
+ -c CONFIG_FILE, --config-file CONFIG_FILE
56
+ path to a devstack-cli configuration file
57
+ --workspace-url WORKSPACE_URL
58
+ the URL of your Cloudomation workspace
59
+ -u USER_NAME, --user-name USER_NAME
60
+ a user name to authenticate to the Cloudomation workspace
61
+ --maximum-uptime-hours MAXIMUM_UPTIME_HOURS
62
+ the number of hours before an CDE is automatically stopped
63
+ -n CDE_NAME, --cde-name CDE_NAME
64
+ the name of the CDE
65
+ -s, --start start CDE
66
+ --stop stop CDE
67
+ -w, --wait-running wait until CDE is running. implies "--start".
68
+ -o, --connect connect to CDE. implies "--start" and "--wait-running".
69
+ -p, --port-forwarding
70
+ enable port-forwarding. implies "--start", "--wait-running", and "--connect".
71
+ -f , --file-sync enable file-sync implies "--start", "--wait-running", and "--connect".
72
+ -l, --logs enable following logs implies "--start", "--wait-running", and "--connect".
73
+ -t, --terminal open interactive terminal implies "--start", "--wait-running", and "--connect".
74
+ -q, --quit exit after processing command line arguments.
75
+ -v, --verbose enable debug logging
76
+ -V, --version show program's version number and exit
47
77
  ```
48
78
 
49
- You need to specify the hostname/IP of the RDE created by Cloudomation DevStack as well as the path to a directory where the sources will be cached locally. Optionally you can specify an output directory where artifacts created on the RDE will be stored locally.
50
- The `-v` switch enables debug logging.
51
-
52
79
  ## Support
53
80
 
54
81
  `devstack-cli` is part of Cloudomation DevStack and support is provided to you with an active subscription.
@@ -0,0 +1,9 @@
1
+ __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cli.py,sha256=ABaFQdT9mzwyLeXpwJNpZr86RKf0PvI7-rQNRiSzZ_o,79214
3
+ version.py,sha256=RTACgEjc5QUpf_trMcJSKoFLaxWfoOqdfn6ibZfB7AM,180
4
+ devstack_cli-10.0.159.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
5
+ devstack_cli-10.0.159.dist-info/METADATA,sha256=2798RDDNnbLXiuIrRIgjJ_OfIrmmAGZnN44QGHYhe-E,4288
6
+ devstack_cli-10.0.159.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
7
+ devstack_cli-10.0.159.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
8
+ devstack_cli-10.0.159.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
9
+ devstack_cli-10.0.159.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
version.py CHANGED
@@ -4,6 +4,6 @@ constants, set by build
4
4
 
5
5
  MAJOR = '10'
6
6
  BRANCH_NAME = 'release-10'
7
- BUILD_DATE = '2024-10-15-094703'
8
- SHORT_SHA = '7fc04b9'
9
- VERSION = '10+release-10.2024-10-15-094703.7fc04b9'
7
+ BUILD_DATE = '2024-12-20-144838'
8
+ SHORT_SHA = 'd9f8a2a'
9
+ VERSION = '10+release-10.2024-12-20-144838.d9f8a2a'
@@ -1,9 +0,0 @@
1
- __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- cli.py,sha256=ABaFQdT9mzwyLeXpwJNpZr86RKf0PvI7-rQNRiSzZ_o,79214
3
- version.py,sha256=E6i4M-fDM-m3vg4sJBGaUFCiqlu4EWBMg2J6qaWWeOk,180
4
- devstack_cli-10.0.157.dist-info/LICENSE,sha256=TDjWoz9k8i0lKc_SA2uwzCjnV_kM_FuO1-V-bLW-8ZU,1055
5
- devstack_cli-10.0.157.dist-info/METADATA,sha256=5XtnJBsIcYPxkDHIapq9wDsBPqblIkMT7VbqsHWPWM0,2943
6
- devstack_cli-10.0.157.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
7
- devstack_cli-10.0.157.dist-info/entry_points.txt,sha256=f0xb4DIk0a7E5kyZ7YpoLhtjoagQj5VQpeBbW9a8A9Y,42
8
- devstack_cli-10.0.157.dist-info/top_level.txt,sha256=lP8zvU46Am_G0MPcNmCI6f0sMfwpDUWpTROaPs-IEPk,21
9
- devstack_cli-10.0.157.dist-info/RECORD,,