Skip to content

Commit d8c9169

Browse files
committed
feat(cli): add Docker management command to acontext CLI help menu
1 parent 879a0a3 commit d8c9169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/acontext-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Get started by running: acontext create
4242
fmt.Println()
4343
fmt.Println("Quick Commands:")
4444
fmt.Println(" acontext create Create a new project")
45+
fmt.Println(" acontext docker Manage Docker services (up/down/status/logs/env)")
4546
fmt.Println(" acontext version Show version information")
4647
fmt.Println(" acontext help Show help information")
4748
fmt.Println()
@@ -62,4 +63,3 @@ var versionCmd = &cobra.Command{
6263
fmt.Printf("Acontext CLI version %s\n", version)
6364
},
6465
}
65-

0 commit comments

Comments
 (0)