From 87534d6dfcea696ec9b727a2a61888bf794ead5e Mon Sep 17 00:00:00 2001 From: Todd DeShetler Date: Tue, 9 Jan 2018 14:27:49 -0600 Subject: [PATCH] Adding cloudformation --target switch --- docs/commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/commands.md b/docs/commands.md index 097cbe2adb..7f4e093194 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -37,6 +37,8 @@ when you are happy that it is deleting the right things you run `kops delete clu * Build a terraform model: `--target=terraform` The terraform model will be built in `out/terraform` +* Build a Cloudformation model: '--target=cloudformation' The Cloudformation json file will be built in 'out/cloudformation' + * Specify the k8s build to run: `--kubernetes-version=1.2.2` * Run nodes in multiple zones: `--zones=us-east-1b,us-east-1c,us-east-1d`