Skip to content

Commit

Permalink
feat: Remove downscale command
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Sep 22, 2022
1 parent 931a04f commit 3704872
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 223 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body:
- label: "delete"
- label: "deploy"
- label: "diff"
- label: "downscale"
- label: "helm-pull"
- label: "helm-update"
- label: "list-images"
Expand Down
60 changes: 0 additions & 60 deletions cmd/kluctl/commands/cmd_downscale.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/kluctl/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type cli struct {
Delete deleteCmd `cmd:"" help:"Delete a target (or parts of it) from the corresponding cluster"`
Deploy deployCmd `cmd:"" help:"Deploys a target to the corresponding cluster"`
Diff diffCmd `cmd:"" help:"Perform a diff between the locally rendered target and the already deployed target"`
Downscale downscaleCmd `cmd:"" help:"Downscale all deployments"`
HelmPull helmPullCmd `cmd:"" help:"Recursively searches for 'helm-chart.yaml' files and pulls the specified Helm charts"`
HelmUpdate helmUpdateCmd `cmd:"" help:"Recursively searches for 'helm-chart.yaml' files and checks for new available versions"`
ListImages listImagesCmd `cmd:"" help:"Renders the target and outputs all images used via 'images.get_image(...)"`
Expand Down
73 changes: 0 additions & 73 deletions pkg/deployment/commands/downscale.go

This file was deleted.

88 changes: 0 additions & 88 deletions pkg/deployment/utils/downscale_utils.go

This file was deleted.

0 comments on commit 3704872

Please sign in to comment.