Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support -u, -p and other shorthand startup params #274

Open
alexjpwalker opened this issue Feb 3, 2025 · 0 comments
Open

Support -u, -p and other shorthand startup params #274

alexjpwalker opened this issue Feb 3, 2025 · 0 comments

Comments

@alexjpwalker
Copy link
Member

Problem to Solve

The command to connect to TypeDB Cloud is verbose - even in its canonical form

Current Workaround

./typedb console --cloud=<snip> --username <snip> --password <snip>

Proposed Solution

./typedb console --cloud=<snip> -u <snip> -p <snip>

Additional Information

As an aside, the above command currently prints:

Unknown options: '-u', '<snip>', '-p', '<snip>'

Although it's probably fine to print the password in plaintext given it was supplied by a plaintext command, it feels wrong - and therefore we should probably not do it.

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

No branches or pull requests

1 participant