Skip to content

Commit

Permalink
chore: add command to download env from 1Password
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 30, 2024
1 parent 6861ceb commit 67d13f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"heroku-postbuild": "BUILD_MODE=production pnpm run build",
"codegen": "NODE_TLS_REJECT_UNAUTHORIZED=0 graphql-codegen --config codegen.ts",
"watch-codegen": "pnpm run codegen --watch",
"knip": "knip --tags=-route"
"knip": "knip --tags=-route",
"download-env": "op read op://argos-dev/argos/.env.local >> .env"
},
"repository": "github:argos-ci/argos",
"engines": {
Expand Down

0 comments on commit 67d13f0

Please sign in to comment.