Skip to content

Instantly share code, notes, and snippets.

@aborilov
Created February 9, 2016 07:12
Show Gist options
  • Save aborilov/fcd5811fe8b345b316c7 to your computer and use it in GitHub Desktop.
Save aborilov/fcd5811fe8b345b316c7 to your computer and use it in GitHub Desktop.
cmd to postgresql
PGPASSWORD=pass psql -t -h 127.0.0.1 -U kuberdock -d kuberdock -c "select config from pods where status != 'deleted'" | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment