Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Sep 12, 2024
1 parent 9a7321f commit 0e7ab0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/startComponent.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ var startComponentCmd = &cobra.Command{
Deprecated: Use 'rx scale component --reset' instead
- Pulls new image from image hub in radix configuration
- Starts the container using up to date image`,
Resets a manully scaled component to resume normal operations again.`,
RunE: func(cmd *cobra.Command, args []string) error {
logrus.Warn("This command is deprecated. Please use 'rx scale component --reset' instead. Will be removed after September 2025")
appName, err := getAppNameFromConfigOrFromParameter(cmd, flagnames.Application)
Expand Down

0 comments on commit 0e7ab0c

Please sign in to comment.