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
Update help documentation to use consistent 'instance' terminology
- Change 'workspace' to 'instance' in help strings and examples
- Change 'my-app' to 'my-instance' in command examples
- Update documentation files to use consistent terminology
- Affects pkg/cmd/open/open.go, pkg/cmd/shell/shell.go, and .md files
Co-Authored-By: Alec Fong <alecsanf@usc.edu>
Copy file name to clipboardExpand all lines: pkg/cmd/open/open.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ const (
35
35
)
36
36
37
37
var (
38
-
openLong="[command in beta] This will open VS Code or Cursor SSH-ed in to your workspace. You must have the editor installed in your path."
39
-
openExample="brev open workspace_id_or_name\nbrev open my-app\nbrev open my-app code\nbrev open my-app cursor\nbrev open --set-default cursor"
38
+
openLong="[command in beta] This will open VS Code or Cursor SSH-ed in to your instance. You must have the editor installed in your path."
39
+
openExample="brev open instance_id_or_name\nbrev open my-instance\nbrev open my-instance code\nbrev open my-instance cursor\nbrev open --set-default cursor"
0 commit comments