Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5985b93

Browse files
committed
Remove mention of rename-buildpack in related cmds
"rename-buildpack" no longer exists as a command: it was removed by commit ba9cea0. Signed-off-by: Marc Khouzam <[email protected]>
1 parent afae549 commit 5985b93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

command/v7/buildpacks_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type BuildpacksCommand struct {
1313
BaseCommand
1414

1515
usage interface{} `usage:"CF_NAME buildpacks [--labels SELECTOR] [--lifecycle buildpack|cnb]\n\nEXAMPLES:\n CF_NAME buildpacks\n CF_NAME buildpacks --labels 'environment in (production,staging),tier in (backend)'\n CF_NAME buildpacks --labels 'env=dev,!chargeback-code,tier in (backend,worker)'\n CF_NAME buildpacks --lifecycle cnb"`
16-
relatedCommands interface{} `related_commands:"create-buildpack, delete-buildpack, rename-buildpack, update-buildpack"`
16+
relatedCommands interface{} `related_commands:"create-buildpack, delete-buildpack, update-buildpack"`
1717
Labels string `long:"labels" description:"Selector to filter buildpacks by labels"`
1818
Lifecycle string `long:"lifecycle" description:"Filter buildpacks by lifecycle ('buildpack' or 'cnb')"`
1919
}

command/v7/stacks_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type StacksCommand struct {
1212
BaseCommand
1313

1414
usage interface{} `usage:"CF_NAME stacks [--labels SELECTOR]\n\nEXAMPLES:\n CF_NAME stacks\n CF_NAME stacks --labels 'environment in (production,staging),tier in (backend)'\n CF_NAME stacks --labels 'env=dev,!chargeback-code,tier in (backend,worker)'"`
15-
relatedCommands interface{} `related_commands:"create-buildpack, delete-buildpack, rename-buildpack, stack, update-buildpack"`
15+
relatedCommands interface{} `related_commands:"create-buildpack, delete-buildpack, stack, update-buildpack"`
1616
Labels string `long:"labels" description:"Selector to filter stacks by labels"`
1717
}
1818

0 commit comments

Comments
 (0)