Graph CLI Auth Issue
Description
When running the authentication step using the Graph CLI command:
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.
Graph CLI Auth Issue
Description
When running the authentication step using the Graph CLI command:
The CLI still prompts for the deploy key even though it is explicitly provided in the command. Additionally, it throws the following error:
Even when I manually enter the deploy key when prompted, the error persists.
Steps to Reproduce
graph auth <Deploy_KEY>with a valid deploy key.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
Invalid URLerror after entering the deploy key.