shipit-cli 0.2.0__py3-none-any.whl → 0.2.1__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 CHANGED
@@ -1157,7 +1157,7 @@ def auto(
1157
1157
  if not (path / "Shipit").exists() or regenerate or regenerate_path is not None:
1158
1158
  generate(path, out=regenerate_path)
1159
1159
 
1160
- build(path, wasmer=(wasmer or wasmer_deploy), docker=docker, docker_client=docker_client, wasmer_registry=wasmer_registry, wasmer_token=wasmer_token)
1160
+ build(path, wasmer=(wasmer or wasmer_deploy), docker=docker, docker_client=docker_client, wasmer_registry=wasmer_registry, wasmer_token=wasmer_token, wasmer_bin=wasmer_bin)
1161
1161
  if start or wasmer_deploy:
1162
1162
  serve(
1163
1163
  path,
shipit/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  __all__ = ["version", "version_info"]
2
2
 
3
3
 
4
- version = "0.1.0"
5
- version_info = (0, 1, 0, "final", 0)
4
+ version = "0.2.1"
5
+ version_info = (0, 2, 1, "final", 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shipit-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Add your description here
5
5
  Project-URL: homepage, https://wasmer.io
6
6
  Project-URL: repository, https://github.com/wasmerio/shipit
@@ -1,7 +1,7 @@
1
1
  shipit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- shipit/cli.py,sha256=hY20o1p9l2NpVV9FqHHcNbnqqKInQ13UsFRnMH78APg,47240
2
+ shipit/cli.py,sha256=jeL3NOkpInk0t5o7mkKMqwyE1X3Q-7rRnArJz8HWK4E,47263
3
3
  shipit/generator.py,sha256=iBkVcs44dd_xYKitM_zNVLnpiZ3KrV__xVswPMCZ97Y,5570
4
- shipit/version.py,sha256=Qz4YGriaQOa2gMqqNG4xaz98-TIaAUfaKx-N6AbcJeQ,95
4
+ shipit/version.py,sha256=iiC3XVOrqOpEsnDmqt5bwypq0_Awz7jUa80HHEAUGH8,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.0.dist-info/METADATA,sha256=5qImxaiDZTz32woR7_wyWGqOblC1tZHaPhSevmxv4Hk,462
17
- shipit_cli-0.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- shipit_cli-0.2.0.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
19
- shipit_cli-0.2.0.dist-info/RECORD,,
16
+ shipit_cli-0.2.1.dist-info/METADATA,sha256=-JXEKtPvJ0b6A3vXOGh1PUNKQek4nSzn4lDGqRoFl8A,462
17
+ shipit_cli-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
+ shipit_cli-0.2.1.dist-info/entry_points.txt,sha256=7AE1NjSrHaSDfbfsRRO50KKnHFTbB0Imsccd1WynzAQ,72
19
+ shipit_cli-0.2.1.dist-info/RECORD,,