454 B
454 B
name, description, arguments
| name | description | arguments | |||||||
|---|---|---|---|---|---|---|---|---|---|
| set-mode | Set VIBESAFE_ENV for subsequent Vibesafe commands (dev|prod). |
|
Set the Vibesafe mode for this session by exporting VIBESAFE_ENV, then report the new value.
Steps (run in order):
export VIBESAFE_ENV="{{ env }}"echo "VIBESAFE_ENV=$VIBESAFE_ENV"
Examples:
/vibesafe:set-mode dev/vibesafe:set-mode prod