shipit-cli 0.2.2__py3-none-any.whl → 0.2.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.
- shipit/cli.py +3 -7
- shipit/version.py +2 -2
- {shipit_cli-0.2.2.dist-info → shipit_cli-0.2.3.dist-info}/METADATA +1 -1
- {shipit_cli-0.2.2.dist-info → shipit_cli-0.2.3.dist-info}/RECORD +6 -6
- {shipit_cli-0.2.2.dist-info → shipit_cli-0.2.3.dist-info}/WHEEL +0 -0
- {shipit_cli-0.2.2.dist-info → shipit_cli-0.2.3.dist-info}/entry_points.txt +0 -0
shipit/cli.py
CHANGED
|
@@ -696,7 +696,7 @@ class WasmerBuilder:
|
|
|
696
696
|
self.src_dir = src_dir
|
|
697
697
|
self.inner_builder = inner_builder
|
|
698
698
|
# The path where we store the directory of the wasmer app in the inner builder
|
|
699
|
-
self.wasmer_dir_path =
|
|
699
|
+
self.wasmer_dir_path = self.src_dir / ".shipit" / "wasmer"
|
|
700
700
|
self.wasmer_registry = registry
|
|
701
701
|
self.wasmer_token = token
|
|
702
702
|
self.bin = bin.absolute() if bin else "wasmer"
|
|
@@ -895,10 +895,6 @@ class WasmerBuilder:
|
|
|
895
895
|
|
|
896
896
|
# self.inner_builder.build_serve(serve)
|
|
897
897
|
|
|
898
|
-
@property
|
|
899
|
-
def wasmer_path(self) -> Path:
|
|
900
|
-
return self.wasmer_dir_path.read_text()
|
|
901
|
-
|
|
902
898
|
def run_serve_command(
|
|
903
899
|
self, command: str, extra_args: Optional[List[str]] = None
|
|
904
900
|
) -> None:
|
|
@@ -946,7 +942,7 @@ class WasmerBuilder:
|
|
|
946
942
|
[
|
|
947
943
|
"package",
|
|
948
944
|
"push",
|
|
949
|
-
self.
|
|
945
|
+
self.wasmer_dir_path,
|
|
950
946
|
"--namespace",
|
|
951
947
|
app_owner,
|
|
952
948
|
"--non-interactive",
|
|
@@ -959,7 +955,7 @@ class WasmerBuilder:
|
|
|
959
955
|
"deploy",
|
|
960
956
|
"--publish-package",
|
|
961
957
|
"--dir",
|
|
962
|
-
self.
|
|
958
|
+
self.wasmer_dir_path,
|
|
963
959
|
"--app-name",
|
|
964
960
|
app_name,
|
|
965
961
|
"--owner",
|
shipit/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
shipit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
shipit/cli.py,sha256=
|
|
2
|
+
shipit/cli.py,sha256=J6EsxHjDgUVwgftiZYqz6GtkV2C_UOSSnxRni1ByOtU,48232
|
|
3
3
|
shipit/generator.py,sha256=iBkVcs44dd_xYKitM_zNVLnpiZ3KrV__xVswPMCZ97Y,5570
|
|
4
|
-
shipit/version.py,sha256=
|
|
4
|
+
shipit/version.py,sha256=PNN0ywrz5joL0Hg0VsSUv1Z4nLOEF_6DBNJIPdeEuHA,95
|
|
5
5
|
shipit/assets/php/php.ini,sha256=f4irndAjB4GuuouEImRkNV22Q-yw1KqR-43jAMDw730,2531
|
|
6
6
|
shipit/providers/base.py,sha256=bqh1k7TSPJo7hOnxgdI6PIJmrqzQkZhgUoV0bbYIWrw,2403
|
|
7
7
|
shipit/providers/gatsby.py,sha256=VUGhE7xtQJHsYzEzdkXi3n5mbpgg868wbUVOU4MWN5s,2173
|
|
@@ -13,7 +13,7 @@ shipit/providers/php.py,sha256=HxxgfXmA0U6PeTLyFMbyXWm05G_IQqdFz4Liq1d_VBM,2635
|
|
|
13
13
|
shipit/providers/python.py,sha256=ep8qflY_9J-F_zei4Lt0zeDWFEHUf-lOr4F-LBgYPiE,4870
|
|
14
14
|
shipit/providers/registry.py,sha256=V6CAOK5gEX0RhWhr-lcAkvlwRuMom7YY2ZeAyRy1Eck,672
|
|
15
15
|
shipit/providers/staticfile.py,sha256=9Ksi9WO_52Dnj_hqNn_cYVjTniJ3tBjVr5kBvgCPF-0,1908
|
|
16
|
-
shipit_cli-0.2.
|
|
17
|
-
shipit_cli-0.2.
|
|
18
|
-
shipit_cli-0.2.
|
|
19
|
-
shipit_cli-0.2.
|
|
16
|
+
shipit_cli-0.2.3.dist-info/METADATA,sha256=uPpUcVzeUp9ciSM-ctnVA6AfRdp0c3QpgGCSVGkTVKQ,462
|
|
17
|
+
shipit_cli-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
18
|
+
shipit_cli-0.2.3.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
|
|
19
|
+
shipit_cli-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|