snapctl 0.38.1__py3-none-any.whl → 0.38.3__py3-none-any.whl

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.

@@ -2,7 +2,7 @@
2
2
  Constants used by snapctl
3
3
  """
4
4
  COMPANY_NAME = 'Snapser'
5
- VERSION = '0.38.1'
5
+ VERSION = '0.38.3'
6
6
  CONFIG_FILE_MAC = '~/.snapser/config'
7
7
  CONFIG_FILE_WIN = '%homepath%\\.snapser\\config'
8
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snapctl
3
- Version: 0.38.1
3
+ Version: 0.38.3
4
4
  Summary: Snapser CLI Tool
5
5
  Author: Ajinkya Apte
6
6
  Author-email: aj@snapser.com
@@ -17,7 +17,10 @@ Requires-Dist: requests (>=2.28.2,<3.0.0)
17
17
  Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
18
18
  Description-Content-Type: text/markdown
19
19
 
20
- # Snapser CLI Tool
20
+ # Snapser CLI
21
+
22
+ Snapser has developed a CLI tool called **snapctl** that can be used on MaxOSX, Linux and Windows machines.
23
+ Snapctl will be the best way for game studios to integrate Snapser into their build pipelines.
21
24
 
22
25
  ## Dependencies
23
26
 
@@ -53,12 +56,10 @@ If you also have Python 2.X on your machine, you may have to run the following c
53
56
  pip3 install --user snapctl
54
57
  ```
55
58
 
56
- <Note>
57
- After you install snapctl you may have to add the python bin folder to your
58
- path. For example, on MacOSX this is usually **~/Library/Python/3.9/bin**. On
59
- Windows this is usually
60
- **C:\Users\username\AppData\Roaming\Python\Python39\Scripts**.
61
- </Note>
59
+ **IMPORTANT**: After you install snapctl you may have to add the python bin folder to your
60
+ path. For example, on MacOSX this is usually **~/Library/Python/3.9/bin**. On
61
+ Windows this is usually
62
+ **C:\Users\username\AppData\Roaming\Python\Python39\Scripts**.
62
63
 
63
64
  ## Upgrade
64
65
 
@@ -77,10 +78,8 @@ In the left navigation click on **Developer** which will bring up your Personal
77
78
  If you have not generated an API Key yet click on the **Generate** button to generate a new key.
78
79
  You can generate up to 3 API Keys per user account.
79
80
 
80
- <Note>
81
- Please make sure you save your API key in a safe place. You will not be able
82
- to see it again.
83
- </Note>
81
+ **IMPORTANT**: Please make sure you save your API key in a safe place. You will not be able
82
+ to see it again.
84
83
 
85
84
  ### Setup a local config
86
85
 
@@ -288,6 +287,9 @@ snapctl byosnap publish-image $byosnap_sid --tag $image_tag --skip-build
288
287
  Publish a new version for your Snap. Only after your Snap version is published, you will be able
289
288
  to use your snap in your Snapend. This command should be run after `push` or `publish-image` commands.
290
289
 
290
+ IMPORTANT: You need to have $byosnapProfile to run this command. BYOSnap profile is a JSON configuration
291
+ of your BYOSnap for the development, staging and production environments.
292
+
291
293
  ```
292
294
  # Help for the byosnap command
293
295
  snapctl byosnap publish-version --help
@@ -7,7 +7,7 @@ snapctl/commands/game.py,sha256=icAPD8derxtgXHZQvziHd1O8fwD5Kw7HFMA8yXOUSRQ,4344
7
7
  snapctl/commands/generate.py,sha256=7z4nyqDuAieFmIg-XVIri2xkXPpDJd0E3uKYIfQtBqE,7891
8
8
  snapctl/commands/snapend.py,sha256=wEeA9v0SCs0G2093wMIKVTQhPLCfx8i5Ladk9kMlSCM,30729
9
9
  snapctl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- snapctl/config/constants.py,sha256=s26pXoQWuafLkvtFtOv5sBHrAsZjVO3MUsG3AA3JqGQ,2735
10
+ snapctl/config/constants.py,sha256=zKP8c4ldkbKuqB_C8bYimRwBT2vHonpfl-dCnjLs68Y,2735
11
11
  snapctl/config/endpoints.py,sha256=VAeOmx3k3ukB-9XuGI65KtCJwFK-KFgzor-UWE8JU0g,297
12
12
  snapctl/config/hashes.py,sha256=7jkMYfMAcgdque5PN10-B3QqwoXvtsuJKJr9dKZUvJ8,4139
13
13
  snapctl/main.py,sha256=aaFB0insVsIKDp25Hc0J0t5JtIQJXxDgHbBwKaHVbBc,19619
@@ -16,8 +16,8 @@ snapctl/types/definitions.py,sha256=EQzLeiXkJ8ISRlCqHMviNVsWWpmhWjpKaOBLdlvOTmY,
16
16
  snapctl/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  snapctl/utils/echo.py,sha256=V0qgjqqGXRiueMkq31enmNmdqciC8S90qGRcK8UupXA,1090
18
18
  snapctl/utils/helper.py,sha256=XSn0x46mED86kQU1UlmuvJY9GsXO3Ncoba18Lb6FE8k,5522
19
- snapctl-0.38.1.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
20
- snapctl-0.38.1.dist-info/METADATA,sha256=HGOdEApmi0QmDIvWhSDUIO072EdxaOsGWzMO2eeoLJQ,21465
21
- snapctl-0.38.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
- snapctl-0.38.1.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
23
- snapctl-0.38.1.dist-info/RECORD,,
19
+ snapctl-0.38.3.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
20
+ snapctl-0.38.3.dist-info/METADATA,sha256=v_UDNYIn6ea_6TBTP9D4iuXQt2whJWTJyMaqn3bDxxY,21832
21
+ snapctl-0.38.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
+ snapctl-0.38.3.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
23
+ snapctl-0.38.3.dist-info/RECORD,,