Skip to content

Commit

Permalink
chore: minor cleanup to cmd descriptions (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Mar 12, 2024
1 parent 8f4e3b4 commit a0cedb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/ftl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ type CLI struct {

Status statusCmd `cmd:"" help:"Show FTL status."`
Init initCmd `cmd:"" help:"Initialize a new FTL module."`
Dev devCmd `cmd:"" help:"Watch a directory for FTL modules and hot reload them."`
Dev devCmd `cmd:"" help:"Develop FTL modules. Will start the FTL cluster, build and deploy all modules found in the specified directories, and watch for changes."`
PS psCmd `cmd:"" help:"List deployments."`
Serve serveCmd `cmd:"" help:"Start the FTL server."`
Call callCmd `cmd:"" help:"Call an FTL function."`
Update updateCmd `cmd:"" help:"Update a deployment."`
Kill killCmd `cmd:"" help:"Kill a deployment."`
Schema schemaCmd `cmd:"" help:"FTL schema commands."`
Build buildCmd `cmd:"" help:"Build an FTL module."`
Deploy deployCmd `cmd:"" help:"Create a new deployment."`
Build buildCmd `cmd:"" help:"Build all modules found in the specified directories."`
Deploy deployCmd `cmd:"" help:"Build and deploy all modules found in the specified directories."`
Download downloadCmd `cmd:"" help:"Download a deployment."`
Secret secretCmd `cmd:"" help:"Manage secrets."`
Config configCmd `cmd:"" help:"Manage configuration."`
Expand Down

0 comments on commit a0cedb7

Please sign in to comment.