Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Adding install and uninstall scripts that use sfctl #1

Merged
merged 4 commits into from
Aug 16, 2017

Conversation

samedder
Copy link
Contributor

@samedder samedder commented Aug 3, 2017

No description provided.

@msftclas
Copy link

msftclas commented Aug 3, 2017

@samedder,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

Copy link
Contributor

@sayantancs sayantancs left a comment

Choose a reason for hiding this comment

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

General comment - Let's update the install/uninstall files already present there, instead of new files, since once we start supporting CLI 2.0 we would not support CLI 1.0 any more. Also, then there would not be any change required in the other places where they are referenced - e.g. the index.js, documentations etc.

Also, please update the version to possible next version (e.g. 0.0.0 -> 0.0.1) in package.json for NPM to consume it.

@@ -0,0 +1,5 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

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

as mentioned in the other PR, let's update the existing scripts.

@@ -188,6 +188,26 @@ module.exports = generators.Base.extend({
appTypeName: appTypeName
}
);

this.fs.copyTpl(
Copy link
Contributor

Choose a reason for hiding this comment

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

this change here would not be needed if we update the existing script.

@sayantancs
Copy link
Contributor

Looks good. Merging.

@sayantancs sayantancs merged commit 5d16518 into microsoft:master Aug 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants