11$schema : ../../../../../../../.~o/workspace.foundation/@t44.sh~t44~caps~JsonSchemas/@t44.sh~t44~structs~WorkspaceConfigFile.json
22extends :
33 - ./WorkspaceShell.yaml
4- ' #t44/structs/WorkspaceCliConfig ' :
4+ " #t44/structs/WorkspaceCliConfig " :
55 javascript :
66 api :
77 workspaceDir : resolve('${__dirname}/..')
88 cli :
99 commands :
1010 init :
11- capsule : ' t44/caps/WorkspaceInit'
11+ capsule : " t44/caps/WorkspaceInit"
1212 description : Initialize a new Terminal 44 workspace.
1313 activate :
14- capsule : ' t44/caps/WorkspaceShell'
14+ capsule : " t44/caps/WorkspaceShell"
1515 description : Generate environment variables for sourcing into shells.
1616 info :
17- capsule : ' t44/caps/WorkspaceInfo'
17+ capsule : " t44/caps/WorkspaceInfo"
1818 description : Display information about the workspace.
1919 options :
2020 full :
2121 description : Show full details instead of compact view
2222 query :
23- capsule : ' t44/caps/WorkspaceModel'
23+ capsule : " t44/caps/WorkspaceModel"
2424 description : Query the workspace model.
2525 arguments :
2626 entitySelector :
@@ -30,14 +30,14 @@ extends:
3030 full :
3131 description : Show full details instead of compact view
3232 dev :
33- capsule : ' t44/caps/ProjectDevelopment'
33+ capsule : " t44/caps/ProjectDevelopment"
3434 description : Run a project or package dev server.
3535 arguments :
3636 projectSelector :
3737 optional : true
3838 description : Name of a project or package to run the dev script for.
3939 push :
40- capsule : ' t44/caps/ProjectPublishing'
40+ capsule : " t44/caps/ProjectPublishing"
4141 description : Publish local committed code to a remote service.
4242 arguments :
4343 projectSelector :
@@ -66,7 +66,7 @@ extends:
6666 yes-signoff :
6767 description : Automatically agree to DCO sign-off without prompting.
6868 deploy :
69- capsule : ' t44/caps/ProjectDeployment'
69+ capsule : " t44/caps/ProjectDeployment"
7070 description : Deploy a project to a provider.
7171 arguments :
7272 projectSelector :
@@ -75,5 +75,5 @@ extends:
7575 options :
7676 deprovision :
7777 description : Delete the project from the provider instead of deploying it
78- createdAt : ' 2026-02-11T01:01:49.797Z'
79- updatedAt : ' 2026-02-11T01:01:49.797Z'
78+ createdAt : " 2026-02-11T01:01:49.797Z"
79+ updatedAt : " 2026-02-11T01:01:49.797Z"
0 commit comments