config - AWS IoT Greengrass

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

config

使用AWS IoT Greengrass開發套件config命令列介面 (GDK CLI) 中的命令來修改設定檔中 GDK 的組態。gdk-config.json

子命令

update

啟動互動式提示以修改現有 GDK 組態檔案中的欄位。

概要
$ gdk config update [--component]
Arguments (引數)
  • -c--component— 更新檔案中與元件相關的欄位。gdk-config.json此參數是必需的,因為它是唯一的選擇。

輸出

下列範例顯示執行此命令來設定元件時所產生的輸出。

$ gdk config update --component Current value of the REQUIRED component_name is (default: com.example.PythonHelloWorld): Current value of the REQUIRED author is (default: author): Current value of the REQUIRED version is (default: NEXT_PATCH): Do you want to change the build configurations? (y/n) Do you want to change the publish configurations? (y/n) [2023-09-26 10:19:48] INFO - Config file has been updated. Exiting...