snapctl 1.1.1__tar.gz → 1.1.2__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.
Potentially problematic release.
This version of snapctl might be problematic. Click here for more details.
- {snapctl-1.1.1 → snapctl-1.1.2}/PKG-INFO +2 -2
- {snapctl-1.1.1 → snapctl-1.1.2}/README.md +1 -1
- {snapctl-1.1.1 → snapctl-1.1.2}/pyproject.toml +1 -1
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/config/constants.py +1 -1
- snapctl-1.1.1/snapctl/data/releases/1.1.1.mdx → snapctl-1.1.2/snapctl/data/releases/1.1.2.mdx +1 -1
- {snapctl-1.1.1 → snapctl-1.1.2}/LICENSE +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/__main__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/application.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/byogs.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/byosnap.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/byows.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/game.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/generate.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/release_notes.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/snapend.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/snapend_manifest.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/commands/snaps.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/config/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/config/app.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/config/endpoints.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/config/hashes.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/profiles/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/profiles/snapser-byosnap-profile.json +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/profiles/snapser-byosnap-profile.yaml +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/profiles/snapser-byosnap-profile.yml +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/1.0.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/1.0.2.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/1.0.3.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/1.0.4.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/1.1.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.46.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.46.4.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.47.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.47.1.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.47.2.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.48.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.49.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.49.1.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.49.2.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.49.3.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.50.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.51.0.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/data/releases/beta-0.53.1.mdx +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/main.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/types/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/types/definitions.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/utils/__init__.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/utils/echo.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/utils/exceptions.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/utils/helper.py +0 -0
- {snapctl-1.1.1 → snapctl-1.1.2}/snapctl/utils/telemetry.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: snapctl
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Snapser CLI Tool
|
|
5
5
|
Author: Ajinkya Apte
|
|
6
6
|
Author-email: aj@snapser.com
|
|
@@ -681,7 +681,7 @@ Sync with an existing Snapend manifest. This command is idempotent and destructi
|
|
|
681
681
|
# Example:
|
|
682
682
|
# snapctl snapend-manifest sync --manifest-path-filename ./snapser-jn86b0dv-manifest.yaml --add-snaps game-server-fleets --remove-snaps analytics --remove-features WEB_SOCKETS --out-path ./snapend-updated-manifest.yaml
|
|
683
683
|
|
|
684
|
-
snapctl snapend-manifest
|
|
684
|
+
snapctl snapend-manifest sync --manifest-path-filename $input_manifest --snaps $snaps --features $features--out-path-filename $output_path_filename
|
|
685
685
|
```
|
|
686
686
|
|
|
687
687
|
#### 4. Snapend Manifest Upgrade
|
|
@@ -660,7 +660,7 @@ Sync with an existing Snapend manifest. This command is idempotent and destructi
|
|
|
660
660
|
# Example:
|
|
661
661
|
# snapctl snapend-manifest sync --manifest-path-filename ./snapser-jn86b0dv-manifest.yaml --add-snaps game-server-fleets --remove-snaps analytics --remove-features WEB_SOCKETS --out-path ./snapend-updated-manifest.yaml
|
|
662
662
|
|
|
663
|
-
snapctl snapend-manifest
|
|
663
|
+
snapctl snapend-manifest sync --manifest-path-filename $input_manifest --snaps $snaps --features $features--out-path-filename $output_path_filename
|
|
664
664
|
```
|
|
665
665
|
|
|
666
666
|
#### 4. Snapend Manifest Upgrade
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|