Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Implement 'builder envs' action. #44

Merged
merged 1 commit into from Dec 9, 2015
Merged

Implement 'builder envs' action. #44

merged 1 commit into from Dec 9, 2015

Conversation

ryan-roemer
Copy link
Member

Fixes #29

  • Implement 'builder envs'
  • Add flag '--envs-path'
  • Update documentation.
  • Add tests for args for envs action.

/cc @chaseadamsio @exogen

Fixes #29

* Implement 'builder envs'
* Add flag '--envs-path'
* Update documentation.
* Add tests for args for envs action.
@@ -43,7 +44,7 @@ var Task = module.exports = function (opts) {
}
};

Task.prototype.ACTIONS = ["help", "run", "concurrent", "install"];
Task.prototype.ACTIONS = ["help", "run", "concurrent", "envs"];
Copy link
Member Author

Choose a reason for hiding this comment

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

This includes the clean up of removing install (the underlying Task was remove previously).

ryan-roemer added a commit that referenced this pull request Dec 9, 2015
Implement 'builder envs' action.
@ryan-roemer ryan-roemer merged commit 2c0933b into master Dec 9, 2015
@ryan-roemer ryan-roemer deleted the chore-envs branch December 9, 2015 17:51
@ryan-roemer
Copy link
Member Author

Released in builder@2.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant