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

Release v2.7.0-alpha1

Pre-release
Pre-release

Choose a tag to compare

@slucero slucero released this 10 Nov 22:15

This 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 --next

As 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=manifest

Generating 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