Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Nov 21, 2019
1 parent 1d53ca3 commit e4df3f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.tar.gz
7 changes: 7 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

VERSION=0.1

git archive --format=tar -v HEAD | gzip >kubectl-snap-${VERSION}.tar.gz

openssl dgst -sha256 kubectl-snap-${VERSION}.tar.gz
2 changes: 2 additions & 0 deletions kubectl-snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ function help() {
echo ""
echo "Options:"
echo " -n <namespace> Namespace (optional)"
echo " -a All namespaces"
echo " -f Don't prompt a confirmation before deleting pods"
echo " -h Show this message"
echo "Example:"
echo "...."
Expand Down

0 comments on commit e4df3f3

Please sign in to comment.