Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jun 16, 2024
1 parent 6aa105d commit b6f5c23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ eg:
Get all configurations for cluster 'zinal' which name contains `cta_test`

```bash
manta g c -H zinal -p '*cta_test*'`
manta g c -H zinal -p '*cta_test*'
+--------------------------------------------------------------+----------------------+----------------------------------------------------+
| Config Name | Last updated | Layers |
+==========================================================================================================================================+
Expand All @@ -52,7 +52,7 @@ manta g c -H zinal -p '*cta_test*'`
Get last 2 most recent configurations created or updated

```bash
manta g c -H zinal -l 2`
manta g c -H zinal -l 2
+--------------------------------------------------------------+----------------------+----------------------------------------------------+
| Config Name | Last updated | Layers |
+==========================================================================================================================================+
Expand All @@ -69,7 +69,7 @@ manta g c -H zinal -l 2`
If manta realise only one configuration is returned, then it will fetch extra information for each configuration layers, the example below will fetch the details of all configuration layers related to the most recent configuration created across all clusters I have access.

```bash
manta g c -m`
manta g c -m
+--------------------------------------------+----------------------+----------------------------------------------------+--------------------------------------------------------+
| Configuration Name | Last updated | Layers | Derivatives |
+=================================================================================================================================================================================+
Expand Down Expand Up @@ -299,7 +299,7 @@ eg
Get hardware components summary for cluster eiger

```bash
manta g hw cluster eiger`
manta g hw cluster eiger
Getting hw components for node 'x1002c0s7b0n0' [16/17]
+------------------------------------+----------+
| HW Component | Quantity |
Expand All @@ -317,7 +317,7 @@ eg
Get hardware component details for cluster eiger

```bash
manta g hw cluster eiger --output details`
manta g hw cluster eiger --output details
Getting hw components for node 'x1002c0s7b0n0' [16/17]
+---------------+-----------+-----------+---------------------------------+------------------------------------+
| Node | 16384 MiB | 32768 MiB | AMD EPYC 7742 64-Core Processor | SS11 200Gb 2P NIC Mezz REV02 (HSN) |
Expand Down

0 comments on commit b6f5c23

Please sign in to comment.