Skip to content

Commit 550d6f9

Browse files
committed
docs: [#246] Add note about upcoming show command for getting VM IP
Added helpful tip in grafana-verification.md mentioning the planned 'show' command (issue #241) that will provide a more user-friendly way to display environment information including the IP address. Current jq command remains as the working method until the feature is implemented.
1 parent 0747286 commit 550d6f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/e2e-testing/manual/grafana-verification.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Extract the instance IP from the environment state (see [main guide](README.md#s
5050
cat data/<env-name>/environment.json | jq -r '.Running.context.runtime_outputs.instance_ip'
5151
```
5252

53+
> **💡 Tip**: A `show` command is planned (issue [#241](https://github.com/torrust/torrust-tracker-deployer/issues/241)) that will display environment information including the IP address in a more user-friendly format. Once implemented, you'll be able to use:
54+
>
55+
> ```bash
56+
> cargo run -- show <env-name>
57+
> ```
58+
5359
## Verification Steps
5460
5561
### 1. Verify Grafana Container is Running

0 commit comments

Comments
 (0)