pulumi-command 1.2.0a1768541976__tar.gz → 1.2.0a1768572378__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.
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/PKG-INFO +1 -1
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/pulumi-plugin.json +1 -1
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/PKG-INFO +1 -1
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pyproject.toml +1 -1
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/README.md +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/__init__.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/_utilities.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/__init__.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/_enums.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/command.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/run.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/provider.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/py.typed +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/__init__.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/_enums.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/_inputs.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/command.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/copy_file.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/copy_to_remote.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/outputs.py +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/SOURCES.txt +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/dependency_links.txt +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/requires.txt +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/top_level.txt +0 -0
- {pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_command
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0a1768572378
|
|
4
4
|
Summary: The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.com
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_command
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0a1768572378
|
|
4
4
|
Summary: The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.com
|
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/__init__.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/_utilities.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/__init__.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/_enums.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/command.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/local/run.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/_enums.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/_inputs.py
RENAMED
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_command-1.2.0a1768541976 → pulumi_command-1.2.0a1768572378}/pulumi_command/remote/outputs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|