Skip to content

Commit

Permalink
update CLI command desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanj-square committed Oct 28, 2024
1 parent c78a229 commit caab062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/cmd_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type releaseCmd struct {
MaxIdleDBConnections int `help:"Maximum number of idle database connections." default:"20" env:"FTL_MAX_IDLE_DB_CONNECTIONS"`

Publish releasePublishCmd `cmd:"" help:"Packages the project into a release and publishes it."`
Exists releaseExistsCmd `cmd:"" help:"Lists all published releases."`
Exists releaseExistsCmd `cmd:"" help:"Indicates whether modules, with the specified digests, have been published."`
}

type releasePublishCmd struct {
Expand Down

0 comments on commit caab062

Please sign in to comment.