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

initialization test #9

Closed
wants to merge 7 commits into from
Closed

initialization test #9

wants to merge 7 commits into from

Conversation

kevin-fruitful
Copy link
Collaborator

No description provided.

@@ -69,7 +97,18 @@ const assertThatUpgradeIsEnabled = async (targetId, cutFile) => {
if (fs.existsSync(cutFile)) {
fs.unlinkSync(cutFile);
}
await $(`yarn gemforge deploy ${targetArg} --pause-cut-to-file ${cutFile}`);

let deployCmd = `yarn gemforge deploy ${targetArg} --pause-cut-to-file ${cutFile}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, you need both upgrade-init params for it to work


const options = {};

// Parse additional options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's switch to using yargs package instead, then don't need to do this parsing

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

Successfully merging this pull request may close these issues.

2 participants