Viewing PadoGrid Summaries - padogrid/padogrid GitHub Wiki

◀️ Bash Auto Completion :link: Updating Products ▶️


As you get familiar with PadoGrid, you will create more and more additional RWEs and workspaces. You can easily navigate through your accumulated environments with the padogrid and show_* commands.

show_bundle
show_cluster
show_group
show_jupyter
show_log
show_mc
show_pod
show_padogrid
show_rwe
show_workspace

Viewing RWEs

The padogrid command displays a summary of all the RWEs and their constituents in a tree view.

padogrid

Our example outputs the following:

.______      ___       _______   ______     _______ .______       __   _______ ™
|   _  \    /   \     |       \ /  __  \   /  _____||   _  \     |  | |       \
|  |_)  |  /  ^  \    |  .--.  |  |  |  | |  |  __  |  |_)  |    |  | |  .--.  |
|   ___/  /  /_\  \   |  |  |  |  |  |  | |  | |_ | |      /     |  | |  |  |  |
|  |     /  _____  \  |  '--'  |  '--'  | |  |__| | |  |\  \----.|  | |  '--'  |
| _|    /__/     \__\ |_______/ \______/   \______| | _| '._____||__| |_______/
Copyright (c) 2020-2023 Netcrest Technologies, LLC. All rights reserved.
v0.9.32
 Manual: https://github.com/padogrid/padogrid/wiki
Bundles: https://github.com/padogrid/catalog-bundles/blob/master/all-catalog.md

Root Workspaces Environments (RWEs)
-----------------------------------
/home/dpark/Padogrid/workspaces
└── myrwe
    └── myws [java_11.0.15.12022-04-22LTS, padogrid_0.9.32]

Current Workspace
-----------------
           PRODUCT: hazelcast
   Product Version: 5.3.6
PADOGRID_WORKSPACE: /home/dpark/Padogrid/workspaces/myrwe/myws
           CLUSTER: myhz
      CLUSTER_TYPE: imdg
               POD: local
          POD_TYPE: local

Viewing RWE Summary

The show_rwe command displays a summary of the current or specified RWE.

show_rwe

Output:

/home/dpark/Padogrid/workspaces/myrwe
└── myws [java_11.0.15.12022-04-22LTS, padogrid_0.9.32]
    └── clusters
        └── myhz

Viewing Workspace Summary

The show_workspace command displays a summary of the current or specified workspace.

show_workspace

Output:

Workspace:
   myws [java_11.0.15.12022-04-22LTS, padogrid_0.9.32]

RWE Directory:
   /home/dpark/Padogrid/workspaces/myrwe

Workspace Directory:
   /home/dpark/Padogrid/workspaces/myrwe/myws

Workspace Type:
   local

clusters
└── myhz

Switch Command:
   switch_rwe myrwe myws

◀️ Bash Auto Completion :link: Updating Products ▶️