Skip to content

Commit

Permalink
rename secret:bulk top-level command to secret bulk subcommand
Browse files Browse the repository at this point in the history
and deprecate `secret:bulk`

Fixes #5168
  • Loading branch information
RamIdeas committed Jun 6, 2024
1 parent 314f7c4 commit 7e5e751
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/wrangler/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ describe("wrangler", () => {
wrangler secret put <key> Create or update a secret variable for a Worker
wrangler secret delete <key> Delete a secret variable from a Worker
wrangler secret list List all secrets for a Worker
wrangler secret bulk [json] 🗄️ Bulk upload secrets for a Worker
Flags:
-j, --experimental-json-config Experimental: Support wrangler.json [boolean]
Expand Down
Loading

0 comments on commit 7e5e751

Please sign in to comment.