From a85bbe1baade742d85e915aefa185d1c51efb95f Mon Sep 17 00:00:00 2001 From: Tennis Smith Date: Mon, 29 Oct 2018 13:01:23 -0500 Subject: [PATCH] Update 02-client-tools.md The newest version of `cfssljson` now provides a way to get version info --- 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 f4ef130..cd57c2a 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -66,7 +66,19 @@ Revision: dev Runtime: go1.6 ``` -> The cfssljson command line utility does not provide a way to print its version. +Verify `cfssljson` is installed: + +``` +cfssljson --version +``` + +> output + +``` +Version: 1.3.2 +Revision: dev +Runtime: go1.10.3 +``` ## Install kubectl