tinybird-cli 3.0.0.dev13__py3-none-any.whl → 3.0.0.dev14__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/__cli__.py CHANGED
@@ -4,5 +4,5 @@ __description__ = 'Tinybird Command Line Tool'
4
4
  __url__ = 'https://docs.tinybird.co/cli.html'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '3.0.0.dev13'
8
- __revision__ = 'ba42c53'
7
+ __version__ = '3.0.0.dev14'
8
+ __revision__ = 'cb56572'
@@ -358,6 +358,7 @@ async def branch_current() -> None:
358
358
  is_flag=True,
359
359
  default=False,
360
360
  help="Attach all data from 'main' to the new Branch. Use only if you actually need all the data in the Branch",
361
+ hidden=True,
361
362
  )
362
363
  @click.option(
363
364
  "-i",
@@ -452,6 +453,7 @@ async def delete_branch(branch_name_or_id: str, yes: bool) -> None:
452
453
  is_flag=True,
453
454
  default=False,
454
455
  help="Attach all data from 'main' to the new Branch. Use only if you actually need all the data in the Branch",
456
+ hidden=True,
455
457
  )
456
458
  @click.option(
457
459
  "-i",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 3.0.0.dev13
3
+ Version: 3.0.0.dev14
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://docs.tinybird.co/cli.html
6
6
  Author: Tinybird
@@ -52,6 +52,12 @@ Changelog
52
52
 
53
53
  ---------
54
54
 
55
+ 3.0.0.dev14
56
+ ************
57
+
58
+ - `Removed` `--all` argument from `tb branch`
59
+
60
+
55
61
  3.0.0.dev13
56
62
  ************
57
63
 
@@ -1,4 +1,4 @@
1
- tinybird/__cli__.py,sha256=Hiu3MzcdHsGjxsic5QFe0G3CKeV8MUAxSKbyrPTkfDQ,238
1
+ tinybird/__cli__.py,sha256=loMCD9BigKSiX8S6lW-RQyKaj_97eU80EeAwfguLA2s,238
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=lSVGM_7JE7GA6v8gonT6rBbIgVDDeZH9NfS1C5UClNU,45947
4
4
  tinybird/config.py,sha256=ckNiJhDbRm1IGNz_0V712fgiv2XBhDxujUH0EvwYVm4,1962
@@ -19,7 +19,7 @@ tinybird/tornado_template.py,sha256=0CMUKHZXMfe86mKgEWSuQdYG1ptRfJCg8TGnUjhOJlc,
19
19
  tinybird/ch_utils/constants.py,sha256=QtaTrpYsmxnlogsC57YEnkrbw22t9hx6ueCvl6qD9f4,3657
20
20
  tinybird/ch_utils/engine.py,sha256=LzQxPraFN7tTl6YP-xwd3Z2o3BjjD4VNqWDrreC4koI,37634
21
21
  tinybird/tb_cli_modules/auth.py,sha256=joR1uS821o2bPTpgDyMCYed9Kw7MutR0aa-YvmIb4zA,8561
22
- tinybird/tb_cli_modules/branch.py,sha256=12ZCiD1DEGpW0mNtARb8M2YFJD1f5mkBoNIdDZhBqbk,38103
22
+ tinybird/tb_cli_modules/branch.py,sha256=Nuf9JBzpIMSmAP_Q7tWpU-AVofi57r5ZckPxTmHltY8,38137
23
23
  tinybird/tb_cli_modules/cicd.py,sha256=yhnlGkbDa61PovW-45Ts5kRDcTcvDYJFL2PsssStWAY,12746
24
24
  tinybird/tb_cli_modules/cli.py,sha256=2JdF8GQ3KXad_IIzV1p6H48QkRZFXfHVUtSGPCv3BNk,59972
25
25
  tinybird/tb_cli_modules/common.py,sha256=dnNkcbcLWBtMzNpqL2BgHhXC31tlZtPeL9elrUQZf-c,75026
@@ -37,8 +37,8 @@ tinybird/tb_cli_modules/workspace.py,sha256=NDHINzW3SBo8FcWH8Bx-DCeUXQ8YUJX6FW8c
37
37
  tinybird/tb_cli_modules/workspace_members.py,sha256=6oZM7oJQPxDMycL95TPtALriL5WRI2DhNlQWD8MP8JU,8205
38
38
  tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=0dYYmZMMJVubxSPls2e_a-fqtUYvgLfu2B0xwLfkbHw,11667
39
39
  tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=j92za8QbXrv4eIPjKBZPn9ghR-nYQ2wZZ88MeXyMWXE,1868
40
- tinybird_cli-3.0.0.dev13.dist-info/METADATA,sha256=OrLmuUHZdwMg1Jb-9w5W_Y2OjfvBIj8sEVQkchA2H2I,63374
41
- tinybird_cli-3.0.0.dev13.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
42
- tinybird_cli-3.0.0.dev13.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
43
- tinybird_cli-3.0.0.dev13.dist-info/top_level.txt,sha256=8TRt5snq9vZpx4rBBc9EWpj76Er6IAdfnx_Eq6cNBk8,45
44
- tinybird_cli-3.0.0.dev13.dist-info/RECORD,,
40
+ tinybird_cli-3.0.0.dev14.dist-info/METADATA,sha256=jMNwXS2VgMNYI9K0NbTBo9bkOWJnQRnXYBgVD8X_YZE,63448
41
+ tinybird_cli-3.0.0.dev14.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
42
+ tinybird_cli-3.0.0.dev14.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
43
+ tinybird_cli-3.0.0.dev14.dist-info/top_level.txt,sha256=8TRt5snq9vZpx4rBBc9EWpj76Er6IAdfnx_Eq6cNBk8,45
44
+ tinybird_cli-3.0.0.dev14.dist-info/RECORD,,