Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created September 4, 2019 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vfarcic/7e47bab649734e90affa34ffe0958bb3 to your computer and use it in GitHub Desktop.
Save vfarcic/7e47bab649734e90affa34ffe0958bb3 to your computer and use it in GitHub Desktop.
kubectl get pods
jx get activities
jx get activities -f jx-go -w
# Cancel with ctrl+c
jx get build logs
# Cancel with ctrl+c
jx get build logs -f jx-go
# Cancel with ctrl+c
jx get pipelines
jx get applications
jx get env
jx get applications -e staging
# Copy the `URL`
curl [...] # Replace `[...]` with the copied address
open "https://github.com/$GH_USER/jx-go/releases"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment