2 Answers
- Newest
- Most votes
- Most comments
5
To delete a local deployment use the greengrass-cli with a command similar to:
sudo /greengrass/v2/bin/greengrass-cli \
--ggcRootPath /greengrass/v2 deployment create \
--remove "your.component.without.version"
Cheers,
Philipp
0
Hi Casey
By "editing the recipe in the LocalDebugConsole webpage", do you mean you edit the "Running config" section under the detail page of your component?
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
@Phillip S's solved my primary issue, but for more info on the config situation:
Yes, I was talking about the "Running config" on the details page of my component. I was playing with the
accessControl
statements (specifically theresources
) in LocalDebugConsole>My-Component>Running config. I then manually propagated those back to my source recipe and from then on, local-deployments weren't updating the "Running config" (I added another resource in my source recipe and it didn't show up in the running config after many "Reinstall"s).