1个不稳定版本

0.9.1 2024年7月21日

344Web编程

Download history 123/week @ 2024-07-21 5/week @ 2024-07-28

128 每月下载

Apache-2.0

55KB
1.5K SLoC

cftail

云formation栈的尾部查看工具。

安装

  • macos: brew install mindriot101/cftail/cftail
  • 源代码: cargo install --git https://github.com/mindriot101/cftail

用法

程序需要指定要跟踪的栈的名称。可选地,可以使用--since参数指定时间戳,该参数还会打印出从那时起的所有消息。此参数的格式可以是以下之一

  • 相对偏移量,例如“2m”表示两分钟(请参阅humantime包的文档)。
  • 完整的RFC3339格式日期时间,包括时区
  • 无时区的RFC3339日期时间(假设为UTC)
  • Unix时间戳
  • “今天”或“昨天”

在常规模式下,程序等待栈事件并以与Web控制台相同的颜色方案打印。

使用--nested标志,还会将嵌套栈包括在输出中。

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

依赖项

~29–60MB
~1M SLoC