-
Notifications
You must be signed in to change notification settings - Fork 23
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
Allow CLI to work with arbitrary Cloud API servers #722
Changes from all commits
3feb0ed
6fffeec
38e37e6
ed3fc8a
067f70d
cf55526
0085e1a
685cfc8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ export type ConfigField = | |
| 'vercel_team_id' | ||
| 'telemetry' | ||
| 'saleor_env' | ||
| 'cloud_api_url' | ||
| 'cloud_api_auth_domain' | ||
Comment on lines
+22
to
+23
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we add these env variables (SALEOR_CLI_ENV_URL and SALEOR_CLI_ENV_AUTH_DOMAIN) to readme? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| 'TunnelServerSecret' | ||
| 'VercelClientID' | ||
| 'VercelClientSecret' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why its removed? I see its used in the source code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at https://linear.app/saleor/issue/PE-38/allow-saleor-cli-to-work-with-cloud-api-dev-environment#comment-6117f968.