Skip to content

chore(loo-4736): move login to auth command#6

Merged
notnmeyer merged 1 commit intomainfrom
chore/loo-4736/move-login-to-auth-subcommand
Mar 17, 2026
Merged

chore(loo-4736): move login to auth command#6
notnmeyer merged 1 commit intomainfrom
chore/loo-4736/move-login-to-auth-subcommand

Conversation

@notnmeyer
Copy link
Copy Markdown
Member

@notnmeyer notnmeyer commented Mar 17, 2026

loops login -> loops auth login
loops logout -> loops auth logout
loops debug -> loops auth status

➜ task -- -h
task: [default] go run ./... -h
The official CLI for Loops (https://loops.so)

Usage:
  loops [command]

Available Commands:
  api-key     Validate your API key
  auth        Manage authentication
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command

Flags:
  -h, --help     help for loops
  -t, --toggle   Help message for toggle

Use "loops [command] --help" for more information about a command.

➜ task -- auth
task: [default] go run ./... auth
Manage authentication

Usage:
  loops auth [command]

Available Commands:
  login       Authenticate with your Loops API key
  logout      Remove stored Loops credentials
  status      Print the resolved configuration

Flags:
  -h, --help   help for auth

Use "loops auth [command] --help" for more information about a command.

everything works the same.

@notnmeyer notnmeyer self-assigned this Mar 17, 2026
@linear
Copy link
Copy Markdown

linear bot commented Mar 17, 2026

LOO-4736

@notnmeyer notnmeyer requested a review from nalanj March 17, 2026 17:47
@notnmeyer notnmeyer merged commit cb1e950 into main Mar 17, 2026
2 checks passed
@notnmeyer notnmeyer deleted the chore/loo-4736/move-login-to-auth-subcommand branch March 30, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant