Skip to content

Commit

Permalink
Add queryable sensor cli commands (#2196)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Nov 10, 2023
1 parent 2708f27 commit fc7c10e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/manage/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ viam data export --destination=/home/robot/data --data-type=binary \
| command option | description | positional arguments
| ----------- | ----------- | ----------- |
| `export` | export data in a specified format to a specified location | - |
| `database configure` | configure a database user for the Viam org's MongoDB Atlas Data Federation instance | - |
| `database hostname` | get the hostname to access a MongoDB Atlas Data Federation Instance | - |
| `delete binary` | delete binary data | - |
| `delete tabular` | delete tabular data | - |
| `--help` | return help | - |
Expand Down Expand Up @@ -382,6 +384,8 @@ viam data export --destination=/home/robot/data --data-type=binary \
| `--robot-id` | filter by specified robot id |`export`, `delete`| false |
| `--robot-name` | filter by specified robot name |`export`, `delete`| false |
| `--tags` | filter by specified tag (accepts comma-separated list) |`export`, `delete`| false |
| `--org-id` | org ID for the database user | `database configure`, `database hostname` | true |
| `--password` | password for the database user being configured | `database configure` | true |

### locations

Expand Down

0 comments on commit fc7c10e

Please sign in to comment.