File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Please follow the [GDK CLI public documentation](https://docs.aws.amazon.com/gre
2020
2121To install the latest version of CLI using this git repository and pip, run the following command
2222
23- ` pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.1 .0 `
23+ ` pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2 .0 `
2424
2525Run ` gdk --help ` to check if the cli tool is successfully installed.
2626
@@ -45,11 +45,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
4545 ``` json
4646 {
4747 "component" : {
48- "com.example.JavaHelloWorld " : {
48+ "com.example.PythonHelloWorld " : {
4949 "author" : " <PLACEHOLDER_AUTHOR>" ,
5050 "version" : " NEXT_PATCH" ,
5151 "build" : {
52- "build_system" : " maven "
52+ "build_system" : " zip "
5353 },
5454 "publish" : {
5555 "bucket" : " <PLACEHOLDER_BUCKET>" ,
@@ -65,11 +65,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
6565 ``` json
6666 {
6767 "component" : {
68- "com.example.JavaHelloWorld " : {
68+ "com.example.PythonHelloWorld " : {
6969 "author" : " J. Doe" ,
7070 "version" : " NEXT_PATCH" ,
7171 "build" : {
72- "build_system" : " maven "
72+ "build_system" : " zip "
7373 },
7474 "publish" : {
7575 "bucket" : " my-s3-bucket" ,
You can’t perform that action at this time.
0 commit comments