Created
October 20, 2017 08:33
-
-
Save serihiro/016472212affe2da0e211b93e0eb8262 to your computer and use it in GitHub Desktop.
digdagのsecretsを全て削除する1 liner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digdag secrets --project mydag | for secret in `sed -n '1,$p'`; do digdag secrets --project mydag --delete $secret; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment