From b6f5c23f6335f790927ca38fb697ac189d2c22dc Mon Sep 17 00:00:00 2001 From: Manuel Sopena Ballesteros Date: Sun, 16 Jun 2024 19:17:49 +0200 Subject: [PATCH] update docs --- docs/basics.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index 3d2db5a0..466c9072 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -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 | +==========================================================================================================================================+ @@ -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 | +==========================================================================================================================================+ @@ -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 | +=================================================================================================================================================================================+ @@ -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 | @@ -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) |