Skip to content

A CLI that creates reproducible Kubernetes environments for development and testing

License

Notifications You must be signed in to change notification settings

georgkrause/getdeck

 
 

Repository files navigation

deck

A CLI that creates reproducible Kubernetes environments for development and testing

deck get terminal

Installation

Linux

GETDECK=$(curl -L -s https://api.github.com/repos/Schille/deck/releases/latest | grep '"browser_download_url": ".*linux.*"' | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*") && curl -LO $GETDECK && unzip -o $(echo $GETDECK | grep -oE '[^/]+$') deck && sudo install -o root -g root -m 0755 deck /usr/local/bin/deck

About

A CLI that creates reproducible Kubernetes environments for development and testing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.5%
  • Starlark 11.4%
  • Dockerfile 3.1%