-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wrangler] Pages secret #14300
[Wrangler] Pages secret #14300
Conversation
Deploying cloudflare-docs with Cloudflare Pages
|
Files with changes (up to 15)
|
|
||
Manage secrets that can be referenced in a Pages project. | ||
|
||
```txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```txt | |
```sh |
wrangler pages secret put FOO | ||
``` | ||
|
||
All the subcommands and definitions are identical to [`wrangler secret`](#secret). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't quite right—they take slightly different options and secret:bulk
is called secret bulk
Closing as this requires a lot more work than I initially thought :) Thanks for keeping me honest, @penalosa |
closes #13958.
Trying to keep slim to limit repetition in that file.