We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0604cea commit 53ff9feCopy full SHA for 53ff9fe
README.md
@@ -33,7 +33,10 @@ A typical workflow is:
33
gghelper createsub -source HellovSphere -target cloud -subject "hello/vsphere"
34
```
35
36
-1. A TODO is adding a command to deploy. For now, go to the UI to deploy this group to the Greengrass core.
+1. Make a deployment to download config and code to the Greengrass core
37
+ ```
38
+ gghelper createdeployment
39
40
41
1. Going to the Greengrass Test page, create a subscription (using # will get all the messages) to see the function run periodically every 5 seconds.
42
0 commit comments