Skip to content

Commit

Permalink
Fix broken tests due to new cloud cmd (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonSc authored Apr 29, 2024
1 parent 1c27529 commit e0843df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/earthly/subcmd/cloud_installation_cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (a *CloudInstallation) Cmds() []*cli.Command {
Aliases: []string{"clouds"},
Usage: "Configure Cloud Installations for BYOC plans",
UsageText: "earthly cloud (install|use|ls|rm)",
Description: "Configure Cloud Installations for BYOC plans",
Description: "Configure Cloud Installations for BYOC plans.",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "org",
Expand Down
2 changes: 2 additions & 0 deletions tests/autocompletion/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test-root-commands:
RUN echo "account
billing
bootstrap
cloud
config
doc
docker-build
Expand All @@ -29,6 +30,7 @@ test-hidden-root-commands:
billing
bootstrap
build
cloud
config
debug
doc
Expand Down

0 comments on commit e0843df

Please sign in to comment.