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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,11 @@ Refer to the UCEAP Software Engineering Playbook for more information on how to
5
5
6
6
## Helper script
7
7
8
-
This image includes a helper script that provides several commands to support features offered by this container. Some of these commands provide implementations for devcontainer lifecycle hooks, but others provide functionality to support the local developer experience. More commands will be added soon to support the deployment process.
8
+
This image includes a helper script that provides several commands to support features offered by this container. There are three main types of commands:
9
+
10
+
-__deploy-*__: perform deployments to various environments
11
+
-__devcontainer-*__: implementations of devcontainer lifecycle hooks
12
+
-_all others_: functionality to support the local developer experience
9
13
10
14
To see a list of available commands, run `uceap` in the terminal. You can also run `uceap help <command>` to see more information about a specific command.
0 commit comments