Created
January 12, 2017 22:40
hyper-listall.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "--- Containers ------------------------------------------------------" | |
hyper ps -a | |
echo "--- Volumes ---------------------------------------------------------" | |
hyper volume ls | |
echo "--- Images ----------------------------------------------------------" | |
hyper images | |
echo "--- FIP'S -----------------------------------------------------------" | |
hyper fip ls | |
echo "--- Services --------------------------------------------------------" | |
hyper service ls | |
echo "--- Cron ------------------------------------------------------------" | |
hyper cron ls | |
echo "--- Security groups -------------------------------------------------" | |
hyper sg ls | |
echo "--- Snapshots -------------------------------------------------------" | |
hyper snapshot ls | |
echo "---------------------------------------------------------------------" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment