Skip to content

Instantly share code, notes, and snippets.

@mikemilano
Created June 8, 2017 15:03
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 mikemilano/c118f0b9f20d3582d4fe277fbd832b97 to your computer and use it in GitHub Desktop.
Save mikemilano/c118f0b9f20d3582d4fe277fbd832b97 to your computer and use it in GitHub Desktop.
Platform.sh Snapshots
#!/bin/sh
source ~/.bashrc
platform project:list --pipe|awk '{cmd="platform snapshot:create --no-wait -q -e master -p "$1; print cmd}'|sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment