cftail

Crates.iocftail
lib.rscftail
version
sourcesrc
created_at2024-07-21 21:43:10.352822
updated_at2024-10-16 23:35:31.499355
descriptionTail CloudFormation deploys
homepage
repositoryhttps://github.com/simonrw/cftail
max_upload_size
id1310597
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`
size0
maintainers (github:krator-rs:maintainers)

documentation

README

cftail

Tail for cloudformation stacks.

Installation

  • macos: brew install mindriot101/cftail/cftail
  • source: cargo install --git https://github.com/mindriot101/cftail

Usage

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:

  • a relative offset such as "2m" for two minutes (see the documentation for the humantime package).
  • a full RFC3339 format datetime with timezone
  • an RFC3339 datetime without timezone (assuming UTC)
  • a unix timestamp
  • either "today" or "yesterday"

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
Commit count: 440

cargo fmt