You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Execute the command against the remote Secrets Store. To interact with account-level secrets in production, make sure to append `--remote` to your commands.
777
786
778
787
### `duplicate`
779
788
780
-
Duplicate a secret within a store.
789
+
Duplicate a secret within a store. Use this command to create a new secret that holds the same secret value as an existing secret.
- Execute the command against the remote Secrets Store. To interact with account-level secrets in production, make sure to append `--remote` to your commands.
787
807
788
808
### `get`
789
809
@@ -803,9 +823,15 @@ Before deleting a secret, make sure it is not deployed in any Workers applicatio
- Execute the command against the remote Secrets Store. To interact with account-level secrets in production, make sure to append `--remote` to your commands.
0 commit comments