AWS CLI Cheat Sheet/Generate input skeleton

Print a JSON skeleton for command input.

Section: Global Options, Output, and Queries

Generate input skeleton

bash
bash
aws dynamodb put-item --generate-cli-skeleton input
Explanation

Helpful when crafting JSON input for complex commands.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Global Options, Output, and Queries
Pass structured input from JSON
Provide command arguments from a JSON document.
OpenIn sheetbashsame section
Override region for one command
Run a command in a specific region.
OpenIn sheetbashsame section
Use a specific profile
Run a command under a named profile.
OpenIn sheetbashsame section
Render tabular output
Format command results as a table.
OpenIn sheetbashsame section
Filter results with JMESPath
Select fields from JSON output.
OpenIn sheetbashsame section
Disable the default pager
Prevent output from opening in a pager.
OpenIn sheetbashsame section