Change Log All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added help topic descriptions
- Updated validator to fix snyk vuln
- Re-add the
disambiguatePipeline
export
- Exclude tests files from tarball
- Re-released 2.5.4 to include oclif manifest
- Re-released 2.5.4 to include oclif manifest
- Switch to http-call from got
- Updated dependencies
- Added command
pipelines:connect
to connect an existing pipeline to a Github repo. - Added command
reviewapps
to enable|disable review apps with an existing pipeline. - Improves caching strategy and use new scope convention to declare this a core Heroku CLI plugin.
- Use oclif.io as a dependency.
- Fixes #80.
- Removes requirement for CI flag (Heroku CI has been GA for some time). This fix actually allows everybody to configure their pipelines with Heroku CI now.
- Fixes an issue when not sending arguments in the
pipeline:setup
command.
- Update
pipelines:transfer
to perform a full transfer including apps in the pipeline.
- Add
pipelines:transfer
command to set and update the pipeline owner.
- Fixes serialization for
pipelines:info --json
. #72 changed the serialization for that command changingapps
topipelineApps
.
- Update help output of
pipelines:info
- Show warning when operating in an owned pipeline with apps with different owners with the
pipelines:info
command. - Add support for creating a pipeline with an owner. Uses the personal account as owner if no owner is specified via
--team
or--org
- Update
pipelines:setup
to use--org
rather than--organization
when creating a pipeline to an organization. This is to preserve consistency with other CLI commands. - Add stage flag options completion
- Show pipeline owner when it has one set in the command
pipelines:info
- Update the output format to use columns in
pipelines:info
so it's more machine readable (grep-parsable) - Add support for hidden flag
--with-owners
to show app owner in all pipeline-couplings inpipelines:info
- Loosened dependencies