Skip to content

runqy login does not support -s shorthand flag #11

@letroglodyte

Description

@letroglodyte

Bug

The quickstart docs show:

runqy login -s http://localhost:3000 -k dev-api-key

But -s is not a valid shorthand for --server in the login command. Running it returns:

unknown shorthand flag: 's' in -s

Fix

Replace -s with --server in the docs:

runqy login --server http://localhost:3000 --api-key dev-api-key

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions