Takomo
GitHub
API
Deployment targets
Organizations
Search…
What is Takomo?
Getting started
Installation
Quick start
Tutorial
Configuration
AWS credentials
Directory structure
Stacks and stack groups
Project configuration
Stack properties
Name
Regions
Template
Template bucket
Command role
Account ids
Depends
Parameters
Tags
Inherit tags
Termination protection
Timeout
Capabilities
Stack policy
Ignore
Obsolete
Hooks
Data
Schemas
Variables and templating
Introduction
Handlebars syntax
Environment variables
Command-line variables
Partials
Helpers
Available variables
Parameter resolvers
Built-in parameter resolvers
Custom parameter resolvers
Hooks
Built-in hooks
Custom hooks
Sharing data between hooks
Validation schemas
Custom validation schemas
Command-line usage
Common options
Deploy stacks
Undeploy stacks
Prune stacks
List stacks
Detect drift
Generate IAM policies
Inspect stack configuration
Inspect stack dependencies
Support
Getting help
Troubleshooting
Development
Change log
Powered By
GitBook
Inspect stack configuration
Show stack configuration within the given command path.
Usage
tkm stacks inspect configuration
[
command-path
]
\
[
--interactive
|
-i
]
\
[
--output
<
format
>
]
Positional arguments
command-path
Command path to select which stacks to include.
Optional, by default, Takomo lists all stacks.
Options
In addition to the
common options
, this command has the following options.
--interactive
,
-i
Choose the command path using autocompleting search.
--output <format>
Print the result from the command using this format
Supported values:
text
,
json
,
yaml
Examples
Show configuration of all stacks:
tkm stacks inspect configuration
Show configuration of stacks within the given command path:
tkm stacks inspect configuration /prod
Command-line usage - Previous
Generate IAM policies
Next - Command-line usage
Inspect stack dependencies
Last modified
1yr ago
Export as PDF
Copy link
Outline
Usage
Positional arguments
Options
Examples