Categorygithub.com/tuxounet/k2
repositorypackage
0.9.22
Repository: https://github.com/tuxounet/k2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

k2 (BETA)

K2 Build System CLI

CLI

from everywhere

K2_VERSION=$(curl --silent "https://api.github.com/repos/tuxounet/k2/tags" | jq -r '.[0].name')
go install github.com/tuxounet/k2@${K2_VERSION}
$(go env GOPATH)/bin/k2 help

install

go install github.com/tuxounet/[email protected]
$(go env GOPATH)/bin/k2 help

uninstall

rm $(go env GOPATH)/bin/k2

Usage

Allowed actions:

  • plan (compute what action well be donc)
$(go env GOPATH)/bin/k2 plan
  • apply (apply template directives)
$(go env GOPATH)/bin/k2 apply
  • destroy (cleanup template files)
$(go env GOPATH)/bin/k2 destroy