tinybird 4.3.1.dev0__py3-none-any.whl → 4.3.2.dev0__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.
tinybird/tb/__cli__.py CHANGED
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
4
4
  __url__ = 'https://www.tinybird.co/docs/forward/commands'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '4.3.1.dev0'
8
- __revision__ = 'ff0d937'
7
+ __version__ = '4.3.2.dev0'
8
+ __revision__ = '7f221c6'
@@ -169,7 +169,7 @@ def deployment_group() -> None:
169
169
  "--auto/--no-auto",
170
170
  is_flag=True,
171
171
  default=False,
172
- help="Auto-promote the deployment. Only works if --wait is enabled. Disabled by default.",
172
+ help="Auto-promote the deployment when it's ready. Disabled by default",
173
173
  )
174
174
  @click.option(
175
175
  "--check/--no-check",
@@ -206,7 +206,7 @@ def deployment_create(
206
206
  verbose: bool,
207
207
  ) -> None:
208
208
  """
209
- Validate and deploy the project server side.
209
+ Deploy your project to your workspace
210
210
  """
211
211
  create_deployment_cmd(ctx, wait, auto, check, allow_destructive_operations, template, verbose)
212
212
 
@@ -325,13 +325,13 @@ def deployment_discard(ctx: click.Context, wait: bool) -> None:
325
325
  "--wait/--no-wait",
326
326
  is_flag=True,
327
327
  default=True,
328
- help="Wait for deploy to finish. Disabled by default.",
328
+ help="Wait for deploy to finish. Enabled by default.",
329
329
  )
330
330
  @click.option(
331
331
  "--auto/--no-auto",
332
332
  is_flag=True,
333
333
  default=True,
334
- help="Auto-promote or auto-discard the deployment. Only works if --wait is enabled. Disabled by default.",
334
+ help="Auto-promote the deployment when it's ready. Enabled by default.",
335
335
  )
336
336
  @click.option(
337
337
  "--check",
@@ -368,7 +368,7 @@ def deploy(
368
368
  verbose: bool,
369
369
  ) -> None:
370
370
  """
371
- Deploy the project.
371
+ Deploy your project to your workspace. Equivalent to `tb deployment create --auto --wait`
372
372
  """
373
373
  create_deployment_cmd(ctx, wait, auto, check, allow_destructive_operations, template, verbose)
374
374
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinybird
3
- Version: 4.3.1.dev0
3
+ Version: 4.3.2.dev0
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/forward/commands
6
6
  Author: Tinybird
@@ -52,6 +52,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
52
52
  Changelog
53
53
  ----------
54
54
 
55
+ 4.3.1
56
+ *******
57
+
58
+ - Fixed `tb deploy --help` and `tb deployment create --help`.
59
+
55
60
  4.3.0
56
61
  *******
57
62
 
@@ -17,7 +17,7 @@ tinybird/datafile/exceptions.py,sha256=8rw2umdZjtby85QbuRKFO5ETz_eRHwUY5l7eHsy1w
17
17
  tinybird/datafile/parse_connection.py,sha256=GxmGp_XnWbDZPDbh_PBxitlIMqZRYfDwxMBw-JQBp1g,1890
18
18
  tinybird/datafile/parse_datasource.py,sha256=yd58HrUF4yNJXLn6OsvKGpZJpvrcjLGAeJG1lgBe_zk,1891
19
19
  tinybird/datafile/parse_pipe.py,sha256=-9bbgVuiWRyDYydrLVflDBt8GstZotMy6dklsrc6MUY,3859
20
- tinybird/tb/__cli__.py,sha256=_hB6qyeXNeaRZvE4_xNa2fGkz3eD60BICFXBJUlSRY4,245
20
+ tinybird/tb/__cli__.py,sha256=xQn-F2hrcsR-PLkx0GmEqtA_ZYHxcHa4m4s4CZmxgzM,245
21
21
  tinybird/tb/check_pypi.py,sha256=Gp0HkHHDFMSDL6nxKlOY51z7z1Uv-2LRexNTZSHHGmM,552
22
22
  tinybird/tb/cli.py,sha256=IjiGfNIpxSxi1odK1kMj9s8lEhx3sAUgGA263XdmyR0,1119
23
23
  tinybird/tb/client.py,sha256=f2UriM5EHz7hW7OY6TPASQTGbZXe9i12hHyJQONnK8A,53261
@@ -35,7 +35,7 @@ tinybird/tb/modules/connection_s3.py,sha256=6fZy4D0lZIxm9E8ZT-uu05xbU4mluMQAeodV
35
35
  tinybird/tb/modules/copy.py,sha256=vv_UxLgSUNxlLt2K-vynd-jIWCzkOh9yL4SDXFgwROE,4483
36
36
  tinybird/tb/modules/create.py,sha256=35co8tj0_-YfdMEvPwUn65HDaF9XhknWQEaXswvXiJA,21791
37
37
  tinybird/tb/modules/datasource.py,sha256=KIoedBS3I0jSKbUZ4JG6zNoYvc6BnKy6sZApBc2pK-8,63821
38
- tinybird/tb/modules/deployment.py,sha256=ffYuMA-N8XNdaTL3NNBTdJxqhKwBfl3E8YY1uUJIJso,16034
38
+ tinybird/tb/modules/deployment.py,sha256=9J2_7G6rXPXl9hmNom_2dooUJSRI-Fiv1d9IPJSIKIg,16044
39
39
  tinybird/tb/modules/deployment_common.py,sha256=P_9x-wV5uObyAFnUZ-sodhRt0EW-0vS_ESjj_-uRYS4,27901
40
40
  tinybird/tb/modules/deprecations.py,sha256=ejSqNmBCpaG3jHl2dB2bpil-aH-ZSqdneiCcTGILzr0,4739
41
41
  tinybird/tb/modules/endpoint.py,sha256=yRTh6rQFJ98LA0hSC8rPD3EcDaJj41gk9oCsgcZPu_c,12112
@@ -97,8 +97,8 @@ tinybird/tb_cli_modules/config.py,sha256=0kFDmsDcjKon32rgFGMHHKSbv4j5dOrXtVOlyuA
97
97
  tinybird/tb_cli_modules/exceptions.py,sha256=pmucP4kTF4irIt7dXiG-FcnI-o3mvDusPmch1L8RCWk,3367
98
98
  tinybird/tb_cli_modules/regions.py,sha256=QjsL5H6Kg-qr0aYVLrvb1STeJ5Sx_sjvbOYO0LrEGMk,166
99
99
  tinybird/tb_cli_modules/telemetry.py,sha256=W098H6jmS4kpE7hN3tadaREBTf7oMocel-lkKWN0pU8,10466
100
- tinybird-4.3.1.dev0.dist-info/METADATA,sha256=6eTFWwBy7oiPkL1YJwu6iBI4VJL6wV1lMDHm2zh0vyc,8935
101
- tinybird-4.3.1.dev0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
102
- tinybird-4.3.1.dev0.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
103
- tinybird-4.3.1.dev0.dist-info/top_level.txt,sha256=ZIQJTPCzMqnfDzM_hEGZrJqDSEcKnIK_49T86DGWpyQ,78
104
- tinybird-4.3.1.dev0.dist-info/RECORD,,
100
+ tinybird-4.3.2.dev0.dist-info/METADATA,sha256=PS57p2y7lL7PB5isPO1I13nX92RnMeSaHUuoyCZP3Ow,9013
101
+ tinybird-4.3.2.dev0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
102
+ tinybird-4.3.2.dev0.dist-info/entry_points.txt,sha256=LwdHU6TfKx4Qs7BqqtaczEZbImgU7Abe9Lp920zb_fo,43
103
+ tinybird-4.3.2.dev0.dist-info/top_level.txt,sha256=ZIQJTPCzMqnfDzM_hEGZrJqDSEcKnIK_49T86DGWpyQ,78
104
+ tinybird-4.3.2.dev0.dist-info/RECORD,,