Skip to content

Releases: fgsl/pkc

Fourth release - Polyphemus

10 Sep 18:34
Compare
Choose a tag to compare

Adds commands to:

  • Get volumes
  • Get replica sets
  • Create pods
  • Delete pods

Third release - Asterion

06 Sep 13:06
Compare
Choose a tag to compare

app:get-pods

Description:
  Get pods of a namespace.

Usage:
  app:get-pods [options] [--] <namespace>

Arguments:
  namespace             The namespace of cluster.

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -o|O, --object        all object attributes
  -l|L, --labels        show labels
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  This command allows you to get pods of a namespace.

Refactoring release - cleaning

04 Sep 18:49
Compare
Choose a tag to compare

Remove unexistent arguments for resource quota

Second release - Orpheus

02 Sep 19:48
Compare
Choose a tag to compare
Usage:
  app:get-resourcequota [options] [--] <namespace>

Arguments:
  namespace             The namespace of cluster.

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -o|O, --object        all object attributes
  -l|L, --labels        only labels
  -a|A, --annotations   only annotations
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  This command allows you to get resource quota of a namespace.

First release - Jason

30 Aug 18:14
Compare
Choose a tag to compare

This release allows to get data namespaces.

Available commands:
  help               Displays help for a command
  list               Lists commands
 app
  app:get-namespace  Get status and age of a namespace.