We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884c995 commit d30c182Copy full SHA for d30c182
1 file changed
README.md
@@ -18,8 +18,12 @@ Python CLI to create and manage Perses dashboards.
18
19
This is the minimal working example. Relies on above defaults.
20
21
+- Download binary from [releases](https://github.com/agardnerIT/perses-python-cli/releases/latest).
22
+- Rename it to `persescli`
23
+- Make it executable and add to `PATH`.
24
+
25
Create a dashboard called `foo` and save it as `./foo.json`
26
27
```sh {"id":"01J5FPD49C4A85T452HRPY5DVC"}
-python perses.py --dashboard-name foo
28
+./persescli --dashboard-name foo
29
```
0 commit comments