remotivelabs-cli 0.0.35__py3-none-any.whl → 0.0.36__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.
cli/cloud/configs.py CHANGED
@@ -59,6 +59,17 @@ def upload(
59
59
  )
60
60
 
61
61
 
62
+ @app.command()
63
+ def describe(
64
+ signal_db_file: str = typer.Argument("", help="Signal database file"),
65
+ project: str = typer.Option(..., help="Project ID", envvar="REMOTIVE_CLOUD_PROJECT"),
66
+ ) -> None:
67
+ """
68
+ Shows all metadata related to this signal database
69
+ """
70
+ Rest.handle_get(f"/api/project/{project}/files/config/{signal_db_file}")
71
+
72
+
62
73
  @app.command()
63
74
  def download(
64
75
  signal_db_file: str = typer.Argument("", help="Signal database file"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: remotivelabs-cli
3
- Version: 0.0.35
3
+ Version: 0.0.36
4
4
  Summary: CLI for operating RemotiveCloud and RemotiveBroker
5
5
  Author: Johan Rask
6
6
  Author-email: johan.rask@remotivelabs.com
@@ -17,7 +17,7 @@ cli/cloud/auth/login.py,sha256=Yrir9ThKJ7sqL4AsEivXxMKjP7QevEGxcm3f2BPUqFg,1898
17
17
  cli/cloud/auth_tokens.py,sha256=MGTM8gMqKbCBVZudH1cfhRqJRfsiStUZXNhPcrs9-7I,1216
18
18
  cli/cloud/brokers.py,sha256=DNj79MTkPylKUQbr-iPUhQgfNJLAW8UehnvgpEmNH_k,3890
19
19
  cli/cloud/cloud_cli.py,sha256=c_JMjAOsJnAw4TM7gkPWmEfrrQly6lAppvfHAmaUGmo,1262
20
- cli/cloud/configs.py,sha256=bZzZF-yNkZkfJK5baU0Xh_vQRrJkmuzEv8xx4_IkXZ8,4714
20
+ cli/cloud/configs.py,sha256=0GDr2-N77Aj7DG26zjamA0zpV3iMyVYhtoTak-n8BUc,5069
21
21
  cli/cloud/organisations.py,sha256=txKQmSQEpTmeqlqngai8pwgQQEvRgeDd0dT_VzZ7RNc,752
22
22
  cli/cloud/projects.py,sha256=YrwPJClC2Sq_y1HjPd_tzaiv4GEnnsXSXHBhtQCPdK0,1431
23
23
  cli/cloud/recordings.py,sha256=XKLHTkOdcfEbXyNX4G_TbqVkO4aazoAwL79KoYDz9RY,25020
@@ -46,8 +46,8 @@ cli/tools/can/RemotiveLabs.can1.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
46
46
  cli/tools/can/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  cli/tools/can/can.py,sha256=8uATViSFlpkdSiIm4fzbuQi1_m7V9Pym-K17TaJQRHU,2262
48
48
  cli/tools/tools.py,sha256=0KU-hXR1f9xHP4BOG9A9eXfmICLmNuQCOU8ueF6iGg0,198
49
- remotivelabs_cli-0.0.35.dist-info/LICENSE,sha256=qDPP_yfuv1fF-u7EfexN-cN3M8aFgGVndGhGLovLKz0,608
50
- remotivelabs_cli-0.0.35.dist-info/METADATA,sha256=FfNWEMkPJEaFaxOVfi_WCpEBu7Anu7VUieT-uGZGQO4,1359
51
- remotivelabs_cli-0.0.35.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
52
- remotivelabs_cli-0.0.35.dist-info/entry_points.txt,sha256=lvDhPgagLqW_KTnLPCwKSqfYlEp-1uYVosRiPjsVj10,45
53
- remotivelabs_cli-0.0.35.dist-info/RECORD,,
49
+ remotivelabs_cli-0.0.36.dist-info/LICENSE,sha256=qDPP_yfuv1fF-u7EfexN-cN3M8aFgGVndGhGLovLKz0,608
50
+ remotivelabs_cli-0.0.36.dist-info/METADATA,sha256=jZI1KYzQA1j9opVPDHcHFi06j-i9MUuY0-ln8pfAqXw,1359
51
+ remotivelabs_cli-0.0.36.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
52
+ remotivelabs_cli-0.0.36.dist-info/entry_points.txt,sha256=lvDhPgagLqW_KTnLPCwKSqfYlEp-1uYVosRiPjsVj10,45
53
+ remotivelabs_cli-0.0.36.dist-info/RECORD,,