Skip to content

[WIP] bolt install validations #144

Open
ajaymathur wants to merge 3 commits intomasterfrom
break-install
Open

[WIP] bolt install validations #144
ajaymathur wants to merge 3 commits intomasterfrom
break-install

Conversation

@ajaymathur
Copy link
Member

@ajaymathur ajaymathur commented Jan 29, 2018

related to

  • added bolt validate
  • added external dep validation in validate project

return projectIsValid;
return {
invalidMessages,
projectIsValid
Copy link
Member

Choose a reason for hiding this comment

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

Don't you need to update install now as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes,, I am planning to call validate command from install to keep single flow for project validation.

Copy link
Member

Choose a reason for hiding this comment

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

I wouldn't call the command, I would call the util. Calling the command means the validate command is limited by whatever the install command wants to output

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

Comments