I am working on AWS Greengrass with raspberry pi4. I have successfully installed all the necessary software for this and also have done some deployments but after the one or two deployments, I found error: bash: greengrass-cli : command not found. Can anyone tell me about the issue behind it. If I install all necessary software so this error should not be happen.
Asked
Active
Viewed 117 times
0
-
Per the [installation instructions](https://docs.aws.amazon.com/greengrass/v2/developerguide/install-gg-cli.html), add your /greengrass/v2/bin folder to your PATH variable. – jarmod Mar 03 '23 at 16:10
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 04 '23 at 21:32
-
It seems that you have accidentally removed the "aws.greengrass.Cli" component from your deployment. Without this component there is no greengrass-cli – Manuel Apr 08 '23 at 12:51