poetry-plugin-ivcap 0.4.0__py3-none-any.whl → 0.4.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.
@@ -99,7 +99,7 @@ Configurable options in pyproject.toml:
99
99
  elif sub == "service-register":
100
100
  service_register(data, self.line)
101
101
  elif sub == "create-service-id":
102
- sid = create_service_id(data, self.line)
102
+ sid = create_service_id(data, is_silent, self.line)
103
103
  print(sid)
104
104
  elif sub == "get-service-id":
105
105
  sid = get_service_id(data, is_silent, self.line)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: poetry-plugin-ivcap
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: A custom Poetry command for IVCAP deployments
5
5
  License: MIT
6
6
  Author: Max Ott
@@ -0,0 +1,11 @@
1
+ poetry_plugin_ivcap/constants.py,sha256=lW5K-iNdlYMXTdxRWlSQOfbqbU8PHfZ066JMcsM_jr0,1183
2
+ poetry_plugin_ivcap/docker.py,sha256=L4HrUP94TzIfM5t1vwu6y7grmT8mrYM4sAFq9aHhvBk,7265
3
+ poetry_plugin_ivcap/ivcap.py,sha256=YjVAKRU6OkGqLHpjE2xsIPq0VWrMcQK8XuHcVe5gCzU,10656
4
+ poetry_plugin_ivcap/plugin.py,sha256=-9IXRVQpyvV8KS3myUiKjqfCqtupmh4oRrz0Xw-KrNw,5425
5
+ poetry_plugin_ivcap/util.py,sha256=bcjjbKoV_pAgeuC7Ws9XbJa3phFpNVyrRAlFJ1VubRg,3429
6
+ poetry_plugin_ivcap-0.4.1.dist-info/AUTHORS.md,sha256=s9xR4_HAHQgbNlj505LViebt5AtACQmhPf92aJvNYgg,88
7
+ poetry_plugin_ivcap-0.4.1.dist-info/LICENSE,sha256=dsQrDPPwW7iJs9pxahgJKDW8RNPf5FyXG70MFUlxcuk,1587
8
+ poetry_plugin_ivcap-0.4.1.dist-info/METADATA,sha256=3QncVKfIAbcEBtmdDiafElrzuYPz2Lwe5_LGLOekAAQ,3032
9
+ poetry_plugin_ivcap-0.4.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ poetry_plugin_ivcap-0.4.1.dist-info/entry_points.txt,sha256=3xagEFBkGgrVe8WyjmhlHLr4JDEWPN_W4DwxnIBWbNY,74
11
+ poetry_plugin_ivcap-0.4.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.2
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,11 +0,0 @@
1
- poetry_plugin_ivcap/constants.py,sha256=lW5K-iNdlYMXTdxRWlSQOfbqbU8PHfZ066JMcsM_jr0,1183
2
- poetry_plugin_ivcap/docker.py,sha256=L4HrUP94TzIfM5t1vwu6y7grmT8mrYM4sAFq9aHhvBk,7265
3
- poetry_plugin_ivcap/ivcap.py,sha256=YjVAKRU6OkGqLHpjE2xsIPq0VWrMcQK8XuHcVe5gCzU,10656
4
- poetry_plugin_ivcap/plugin.py,sha256=EnQLtNb0NlldeuLXEl225f5qMKw3Se5oR_ufAOxXqos,5414
5
- poetry_plugin_ivcap/util.py,sha256=bcjjbKoV_pAgeuC7Ws9XbJa3phFpNVyrRAlFJ1VubRg,3429
6
- poetry_plugin_ivcap-0.4.0.dist-info/AUTHORS.md,sha256=s9xR4_HAHQgbNlj505LViebt5AtACQmhPf92aJvNYgg,88
7
- poetry_plugin_ivcap-0.4.0.dist-info/LICENSE,sha256=dsQrDPPwW7iJs9pxahgJKDW8RNPf5FyXG70MFUlxcuk,1587
8
- poetry_plugin_ivcap-0.4.0.dist-info/METADATA,sha256=AyY-fAxQD4Av5LF3xwogPvrOM_J-tnEp9gM1rAVwP14,3032
9
- poetry_plugin_ivcap-0.4.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
10
- poetry_plugin_ivcap-0.4.0.dist-info/entry_points.txt,sha256=3xagEFBkGgrVe8WyjmhlHLr4JDEWPN_W4DwxnIBWbNY,74
11
- poetry_plugin_ivcap-0.4.0.dist-info/RECORD,,