-
Notifications
You must be signed in to change notification settings - Fork 0
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
Zesty init updates on instance create to use instance-installer #123
base: master
Are you sure you want to change the base?
Conversation
cli changes for nextjs-starter fixes:
|
Please split this PR up. These need too be discrete changes. |
src/commands/init.ts
Outdated
mediaDomains.push(bin.cdn_base_url) | ||
}); | ||
|
||
instance["mediaDomain"] = mediaDomains |
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.
will this name the key in the config "mediaDomain"? Can we change it to "mediaDomains" to convey its an array
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.
This data should not be part of this file. See #123 (comment)
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.
Removed this change in this PR.
The media requests should not be added too this command. Init only serves the purpose of orchestrating initial account creation/signin, instance creation/selection. The |
This PR only contains the change in |
No description provided.