Skip to content

Commit

Permalink
fix(platform): use noProject for login & logout
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig committed Apr 6, 2020
1 parent a165169 commit 13826ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions garden-service/src/commands/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class LoginCommand extends Command {
name = "login"
help = "Log in to Garden Cloud."
hidden = true
noProject = true

description = dedent`
Logs you in to Garden Cloud. Subsequent commands will have access to platform features.
Expand Down
1 change: 1 addition & 0 deletions garden-service/src/commands/logout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class LogOutCommand extends Command {
name = "logout"
help = "Log out of Garden Cloud."
hidden = true
noProject = true

description = dedent`
Logs you out of Garden Cloud.
Expand Down

0 comments on commit 13826ac

Please sign in to comment.