-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Features ============ Verbose output * `--verbose` or `-v` flag added for most commands to output commands being executed Sub-generator support * `--sub-generator` flag added for `f1 init` and `f1 new` to enable accessible execution of sub-generators within forumone/generator-web-starter * Currently supported sub-generator options available within the current prerelease of the generator ([v2.6.0-rc2](https://github.com/forumone/generator-web-starter/releases/tag/v2.6.0-rc2)) are: * `manifest` * `buildkite-pipeline` * `code-quality` Example execution for a sub-generator in the current pre-release would look like: ```bash f1 init --next --sub-generator=manifest ``` See the ([release notes](https://github.com/forumone/generator-web-starter/releases/tag/v2.6.0-rc2)) for the generator for more information about new features and sub-generators being added.
- Loading branch information
Stephen Lucero
committed
Oct 22, 2020
1 parent
15d2f9f
commit dc12402
Showing
3 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters