Skip to content

Instantly share code, notes, and snippets.

@JKrag
Created January 12, 2017 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JKrag/b3158e628bc226263a43b80affc33e01 to your computer and use it in GitHub Desktop.
Save JKrag/b3158e628bc226263a43b80affc33e01 to your computer and use it in GitHub Desktop.
hyper-listall.sh
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