Release v2.7.0-alpha1
Pre-releaseThis release is an updated rebuild of the previous functionality in v2.6.0-rc2 following the release of separate new features in the v2.6.0 release.
Testing Instructions
All sub-generator commands listed below assume usage of forumone/forumone-cli v1.7.0 or greater.
Generating a new project
f1 init --nextAs of right now, the new sub-generators generators are not incorporated into the primary project creation generator, so they will need to be executed separately using the commands below.
Generating the project manifest file
This generator will run through a series of prompts to gather overall project details and allow for configuration of:
- Git repositories
- Deployment environments
- Deployment workflows
f1 init --next --sub-generator=manifestGenerating a Buildkite pipeline.yml file
Generation of the pipeline.yml file and related dependencies may be executed using this generator, but an existing project manifest file is required from a previous execution of the manifest generator as instructed above.
f1 init --next --sub-generator=buildkite-pipeline