kontena / mortar

The manifest shooter for Kubernetes
Apache License 2.0
145 stars 14 forks source link

Split mortar to fire & yank subcommands #40

Closed jakolehm closed 6 years ago

jakolehm commented 6 years ago
$ mortar
Usage:
    mortar [OPTIONS] SUBCOMMAND [ARG] ...

  mortar - Kubernetes manifest shooter

Parameters:
    SUBCOMMAND                    subcommand
    [ARG] ...                     subcommand arguments

Subcommands:
    fire                          Fire a shot (of k8s manifests)
    yank                          Yank a shot (of k8s manifests)

Options:
    -v, --version                 print mortar version
    -h, --help                    print help
jakolehm commented 6 years ago

@jnummelin should we include this to 0.2.0 milestone?