tinybird-cli 5.0.0.dev3__py3-none-any.whl → 5.0.0.dev4__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://www.tinybird.co/docs/cli/introduction.html'
5
5
  __author__ = 'Tinybird'
6
6
  __author_email__ = 'support@tinybird.co'
7
- __version__ = '5.0.0.dev3'
8
- __revision__ = '792477c'
7
+ __version__ = '5.0.0.dev4'
8
+ __revision__ = 'e41eaa1'
@@ -149,7 +149,7 @@ async def remove_members_from_workspace(ctx: Context, members_emails: str, user_
149
149
 
150
150
 
151
151
  @members.command(name="set-role", short_help="Sets the role for existing workspace members")
152
- @click.argument("role", required=True, type=click.Choice(["guest", "admin"]))
152
+ @click.argument("role", required=True, type=click.Choice(["viewer", "guest", "admin"]))
153
153
  @click.argument("members_emails", required=True, type=str)
154
154
  @click.option("--user_token", is_flag=False, default=None, help="When passed, we won't prompt asking for it")
155
155
  @click.pass_context
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tinybird-cli
3
- Version: 5.0.0.dev3
3
+ Version: 5.0.0.dev4
4
4
  Summary: Tinybird Command Line Tool
5
5
  Home-page: https://www.tinybird.co/docs/cli/introduction.html
6
6
  Author: Tinybird
@@ -51,6 +51,11 @@ The Tinybird command-line tool allows you to use all the Tinybird functionality
51
51
  Changelog
52
52
  ----------
53
53
 
54
+ 5.0.0.dev4
55
+ ************
56
+
57
+ - `Improved` help message of `tb workspace members set-role` now displays the 3 valid roles: viewer|guest|admin.
58
+
54
59
  5.0.0.dev3
55
60
  ************
56
61
 
@@ -1,4 +1,4 @@
1
- tinybird/__cli__.py,sha256=7j1UhaoKeiYegesA_DZFzNE89jody1bd62Lo5FXethA,254
1
+ tinybird/__cli__.py,sha256=8niNWcZd-iUBQ-T8ccs-qJA46PXEaENXCXb5Wdh35A8,254
2
2
  tinybird/check_pypi.py,sha256=_4NkharLyR_ELrAdit-ftqIWvOf7jZNPt3i76frlo9g,975
3
3
  tinybird/client.py,sha256=uZSo3fGvvlpKzg8-vkE7oCRdOmy7KaEWJ2mIRZX7EYc,47549
4
4
  tinybird/config.py,sha256=E0jDwbFD1zhdijNhtF8fg6mqIyKbZ8xpNPP_3n2PFpE,2003
@@ -33,11 +33,11 @@ tinybird/tb_cli_modules/telemetry.py,sha256=YgHU-osP034xN9LZC4iaakkdfKJCWqPYDGPZ
33
33
  tinybird/tb_cli_modules/test.py,sha256=NzFWa3EqPrpNvwBggUQYI9d0LqWcCKpSpkD22cvqhOQ,4223
34
34
  tinybird/tb_cli_modules/token.py,sha256=HXc0OjtPKA3yN1rZ1wUK3nMGZ0a_G7149u1l0IFw5rc,12334
35
35
  tinybird/tb_cli_modules/workspace.py,sha256=DTIQ1-H5Kazz1CtRwqMeYAtyQ_BQtaLXfcHnI9Ujj-c,11064
36
- tinybird/tb_cli_modules/workspace_members.py,sha256=3HzY43218fb35ZM81mtkwDQe7gAAf1zEFY6kIEhGvgE,8268
36
+ tinybird/tb_cli_modules/workspace_members.py,sha256=RwtxYE6UxbhQudFgSKyQQIVzgT15lI5IXPk3xidjo3o,8278
37
37
  tinybird/tb_cli_modules/tinyunit/tinyunit.py,sha256=0dYYmZMMJVubxSPls2e_a-fqtUYvgLfu2B0xwLfkbHw,11667
38
38
  tinybird/tb_cli_modules/tinyunit/tinyunit_lib.py,sha256=j92za8QbXrv4eIPjKBZPn9ghR-nYQ2wZZ88MeXyMWXE,1868
39
- tinybird_cli-5.0.0.dev3.dist-info/METADATA,sha256=LrYLP7qar_DyJIePpw0iq3aPEXYBSJWhmoZTSrPtZHQ,73270
40
- tinybird_cli-5.0.0.dev3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
- tinybird_cli-5.0.0.dev3.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
- tinybird_cli-5.0.0.dev3.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
- tinybird_cli-5.0.0.dev3.dist-info/RECORD,,
39
+ tinybird_cli-5.0.0.dev4.dist-info/METADATA,sha256=XQpgmINrPW1njelhlq9n17zMQMM_B3TLLrBxToxmn7c,73409
40
+ tinybird_cli-5.0.0.dev4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
41
+ tinybird_cli-5.0.0.dev4.dist-info/entry_points.txt,sha256=PKPKuPmA4IfJYnCFHHUiw-aAWZuBomFvwCklv1OyCjE,43
42
+ tinybird_cli-5.0.0.dev4.dist-info/top_level.txt,sha256=pgw6AzERHBcW3YTi2PW4arjxLkulk2msOz_SomfOEuc,45
43
+ tinybird_cli-5.0.0.dev4.dist-info/RECORD,,