devstack-cli 10.0.178__tar.gz → 10.0.180__tar.gz
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.
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/LICENSE +1 -1
- {devstack_cli-10.0.178/src/devstack_cli.egg-info → devstack_cli-10.0.180}/PKG-INFO +2 -2
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/README.md +1 -1
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/pyproject.toml +1 -1
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/cli.py +4 -4
- {devstack_cli-10.0.178 → devstack_cli-10.0.180/src/devstack_cli.egg-info}/PKG-INFO +2 -2
- devstack_cli-10.0.180/src/version.py +9 -0
- devstack_cli-10.0.178/src/version.py +0 -9
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/setup.cfg +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/__init__.py +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/SOURCES.txt +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/dependency_links.txt +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/entry_points.txt +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/requires.txt +0 -0
- {devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: devstack-cli
|
3
|
-
Version: 10.0.
|
3
|
+
Version: 10.0.180
|
4
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/
|
@@ -86,7 +86,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
|
|
86
86
|
|
87
87
|
## License
|
88
88
|
|
89
|
-
Copyright (c)
|
89
|
+
Copyright (c) 2025 Starflows OG
|
90
90
|
|
91
91
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
92
92
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -64,7 +64,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
|
|
64
64
|
|
65
65
|
## License
|
66
66
|
|
67
|
-
Copyright (c)
|
67
|
+
Copyright (c) 2025 Starflows OG
|
68
68
|
|
69
69
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
70
70
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -631,12 +631,12 @@ class Cli:
|
|
631
631
|
if self.cde:
|
632
632
|
table.add_row('w', f'[cyan bold]W[/cyan bold]ait for "{self.cde_name}" CDE to be running')
|
633
633
|
if self.cde['status'] == 'running':
|
634
|
-
table.add_row('o', f"C[cyan bold]o[/cyan bold]nnect to \"{cde['name']}\" CDE")
|
634
|
+
table.add_row('o', f"C[cyan bold]o[/cyan bold]nnect to \"{self.cde['name']}\" CDE")
|
635
635
|
elif self.cde['status'] == 'connected':
|
636
|
-
table.add_row('o', f"Disc[cyan bold]o[/cyan bold]nnect from \"{cde['name']}\" CDE")
|
636
|
+
table.add_row('o', f"Disc[cyan bold]o[/cyan bold]nnect from \"{self.cde['name']}\" CDE")
|
637
637
|
else:
|
638
|
-
table.add_row('o', f"Connect to \"{cde['name']}\" CDE", 'N/A: CDE is not running', style='bright_black italic')
|
639
|
-
table.add_row('c', f"[cyan bold]C[/cyan bold]onfigure \"{cde['name']}\" CDE")
|
638
|
+
table.add_row('o', f"Connect to \"{self.cde['name']}\" CDE", 'N/A: CDE is not running', style='bright_black italic')
|
639
|
+
table.add_row('c', f"[cyan bold]C[/cyan bold]onfigure \"{self.cde['name']}\" CDE")
|
640
640
|
if self.cde['status'] in ('stopped', 'deleted'):
|
641
641
|
table.add_row('s', f'[cyan bold]S[/cyan bold]tart "{self.cde_name}" CDE')
|
642
642
|
elif self.cde['status'] in ('running', 'connected'):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: devstack-cli
|
3
|
-
Version: 10.0.
|
3
|
+
Version: 10.0.180
|
4
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/
|
@@ -86,7 +86,7 @@ Cloudomation actively maintains the `devstack-cli` command line tool as part of
|
|
86
86
|
|
87
87
|
## License
|
88
88
|
|
89
|
-
Copyright (c)
|
89
|
+
Copyright (c) 2025 Starflows OG
|
90
90
|
|
91
91
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
92
92
|
of this software and associated documentation files (the "Software"), to deal
|
File without changes
|
File without changes
|
File without changes
|
{devstack_cli-10.0.178 → devstack_cli-10.0.180}/src/devstack_cli.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|