-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Graph CLI Auth Issue
Description
When running the authentication step using the Graph CLI command:
graph auth <Deploy_KEY>
The CLI still prompts for the deploy key even though it is explicitly provided in the command. Additionally, it throws the following error:
Error: Error storing deploy key: Invalid URL
Even when I manually enter the deploy key when prompted, the error persists.
Steps to Reproduce
- Run
graph auth <Deploy_KEY>
with a valid deploy key. - Observe that the CLI still asks for the deploy key.
- Enter the deploy key when prompted.
- See the error:
Error: Error storing deploy key: Invalid URL
.
Expected Behavior
The Graph CLI should authenticate successfully without prompting for the deploy key if it is already provided in the command.
Actual Behavior
- CLI asks for the deploy key even when provided in the command.
- Throws
Invalid URL
error after entering the deploy key.
0xumarfarooq
Metadata
Metadata
Assignees
Labels
No labels