From 920fa9d23ea40b2acabc9984344f8cbe71b86743 Mon Sep 17 00:00:00 2001 From: Austin Cherry Date: Wed, 3 Oct 2018 17:03:21 -0500 Subject: [PATCH] AUTH-1199: unhide access command, added beta label --- cmd/cloudflared/access/cmd.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/cloudflared/access/cmd.go b/cmd/cloudflared/access/cmd.go index aac3b723..2661d116 100644 --- a/cmd/cloudflared/access/cmd.go +++ b/cmd/cloudflared/access/cmd.go @@ -26,13 +26,13 @@ func Commands() []*cli.Command { return []*cli.Command{ { Name: "access", - Category: "Access", + Category: "Access (BETA)", Usage: "access ", - Description: `Cloudflare Access protects internal resources by securing, authenticating and monitoring access + Description: `(BETA) Cloudflare Access protects internal resources by securing, authenticating and monitoring access 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 + applications from the command line. This feature is considered beta. Your feedback is greatly appreciated! + https://cfl.re/CLIAuthBeta`, Subcommands: []*cli.Command{ { Name: "login",