Skip to content

Instantly share code, notes, and snippets.

@serihiro
Created October 20, 2017 08:33
Show Gist options
  • Select an option

  • Save serihiro/016472212affe2da0e211b93e0eb8262 to your computer and use it in GitHub Desktop.

Select an option

Save serihiro/016472212affe2da0e211b93e0eb8262 to your computer and use it in GitHub Desktop.
digdagのsecretsを全て削除する1 liner
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