From 5b7dbb5f5f820e00de080c27788fa7271f8e541c Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Wed, 27 Dec 2017 15:33:49 -0800 Subject: [PATCH] cfssljson now has -version flag --- docs/02-client-tools.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index e6b728d..16096d8 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -60,7 +60,19 @@ Revision: dev Runtime: go1.6 ``` -> The cfssljson command line utility does not provide a way to print its version. +Verify `cfssljson` version 1.2.0 or higher is installed: + +``` +cfssljson -version +``` + +> output + +``` +Version: 1.2.0 +Revision: dev +Runtime: go1.9.2 +``` ## Install kubectl