This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
command to add a secret to a worker #907
Labels
feature
Feature requests and suggestions
regression
Something is broken, but works in previous releases
Milestone
wrangler should support a command that allows the user to securely add a secret environment variable to the script of their choosing. should be interactive by default to prevent sensitive data from leaking into terminal history. ideally also allows for values to be piped to it.
Syntax
this command should support the environment flag; when not present, the command should create a secret in the context of the top level worker. when present, the command should create a secret in the context of the worker specified in the env.
outstanding questions:
Depends on
The text was updated successfully, but these errors were encountered: