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
Open the secrets management interface in a new block. This provides a graphical interface for viewing and managing all your secrets.
988
+
989
+
Example:
990
+
991
+
```sh
992
+
# Open the secrets UI
993
+
wsh secret ui
994
+
```
995
+
996
+
The secrets UI provides a convenient visual way to browse, add, edit, and delete secrets without needing to use the command-line interface.
997
+
981
998
:::tip
982
999
Use secrets in your scripts to avoid hardcoding sensitive values. Secrets work across remote machines - store an API key locally with `wsh secret set`, then access it from any SSH or WSL connection with `wsh secret get`. The secret is securely retrieved from your local machine without needing to duplicate it on remote systems.
0 commit comments