From 41c013dd6e98174a8ae3fb4d413fb4c5dee28024 Mon Sep 17 00:00:00 2001 From: Austin Cherry Date: Wed, 26 Sep 2018 11:33:13 -0500 Subject: [PATCH] AUTH-1165: hide access command --- cmd/cloudflared/access/cmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cloudflared/access/cmd.go b/cmd/cloudflared/access/cmd.go index 978077a3..aac3b723 100644 --- a/cmd/cloudflared/access/cmd.go +++ b/cmd/cloudflared/access/cmd.go @@ -32,6 +32,7 @@ func Commands() []*cli.Command { per-user and by application. With Cloudflare Access, only authenticated users with the required permissions are able to reach sensitive resources. The commands provided here allow you to interact with Access protected applications from the command line.`, + Hidden: true, // This is hidden until we official launch access cli auth Subcommands: []*cli.Command{ { Name: "login",