pack config trusted-builders subcommands #921
Labels
status/ready
Issue ready to be worked on.
type/enhancement
Issue that requests a new feature or improvement.
Milestone
Description
Based on RFC #58, pack should have a subcommand
config trusted-builders
.Proposed solution
The following existing commands should be mapped accordingly with all options preserved.
pack trust-builder ...
->pack config trusted-builders add ...
pack untrust-builder ...
->pack config trusted-builders remove ...
pack list-trusted-builders ...
->pack config trusted-builders list ...
pack config trusted-builders
(without args) should be aliased topack config trusted-builders list
NOTE: Previous commands should be hidden and if used deprecation warning should be printed.
Additional context
Relates to: #597
Relates to: buildpacks/rfcs#93 (RFC)
The text was updated successfully, but these errors were encountered: