-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: Support JSON config for all script commands
This commit extends support for the .json config introduced by `create-update-simplified` and `cleanup-simplified`. This commit also documents this change in `aws_tool.md` and updates the example .json config with 4 new fields. The user-inputted variables are now stored in a dictionary, as this makes it possible to extract the logic for getting these variables (either from the JSON or command line) into a single function to avoid code duplication. This commit also modifies internal storage of application types to use '-' rather than '_' between words. Signed-off-by: Reuben Cartwright <[email protected]>
- Loading branch information
1 parent
15ae988
commit 61904f8
Showing
4 changed files
with
519 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tools: All commands in createIoTThings.py now accept JSON config inputs. |
Oops, something went wrong.