Crates.io | cftail |
lib.rs | cftail |
version | |
source | src |
created_at | 2024-07-21 21:43:10.352822 |
updated_at | 2024-10-16 23:35:31.499355 |
description | Tail CloudFormation deploys |
homepage | |
repository | https://github.com/simonrw/cftail |
max_upload_size | |
id | 1310597 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Tail for cloudformation stacks.
brew install mindriot101/cftail/cftail
cargo install --git https://github.com/mindriot101/cftail
The program requires the name of the stack you wish to tail. Optionally, a timestamp can be specified with the --since
argument, which also prints all messages since that time. The format of this argument can be the following:
In its usual mode, the program waits for stack events and prints with the same colour scheme as the web console.
With the --nested
flag, any nested stacks will also be included in the output.
cftail 0.7.0
Simon Walker
Tail CloudFormation deployments
Watch a log of deployment events for CloudFormation stacks from your console.
USAGE:
cftail [FLAGS] [OPTIONS] [stack-names]...
FLAGS:
-h, --help Prints help information
-n, --nested Also fetch nested stacks and their deploy status
--no-show-notifications
--no-show-outputs
--no-show-separators Do not print stack separators
-V, --version Prints version information
OPTIONS:
-s, --since <since> When to start fetching data from. This could be a timestamp, text string, or the words
`today` or `yesterday`
--sound <sound> [default: Ping]
ARGS:
<stack-names>... Name of the stacks to tail