You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Description
currently, to remove a local deployment, one needs to issue the command sudo /greengrass/v2/bin/greengrass-cli deployment create --remove your-component
"deployment create --remove" is highly unintuitive. There should be a "deployment remove" command itself that does the same thing.
Use Case
Removing locally deployed components during development.
Proposed Solution
"deployment remove" command that does what "deployment create --remove" does now
Other
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Feature Description
currently, to remove a local deployment, one needs to issue the command sudo /greengrass/v2/bin/greengrass-cli deployment create --remove your-component
"deployment create --remove" is highly unintuitive. There should be a "deployment remove" command itself that does the same thing.
Use Case
Removing locally deployed components during development.
Proposed Solution
"deployment remove" command that does what "deployment create --remove" does now
Other
The text was updated successfully, but these errors were encountered: