Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit 5bae3b1

Browse files
committed
fix: add need-apply message on remove
1 parent e0d2d09 commit 5bae3b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

internal/fleekcli/remove.go

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ func remove(cmd *cobra.Command, args []string) error {
9494
}
9595
return err
9696
}
97+
} else {
98+
ux.Warning.Println(app.Trans("remove.notApplied"))
9799
}
98100

99101
ux.Success.Println(app.Trans("remove.done"))

locales/en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ remove:
105105
applyFlagDescription: "apply configuration after removing"
106106
config: "Removing package %s from configuration"
107107
applying: "Removing package and applying configuration"
108+
needApply: "Package removed. Run `fleek apply` to apply the changes."
108109
done: "Complete!"
109110
update:
110111
use: "update"

0 commit comments

Comments
 (0)