mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-05 09:00:23 +08:00
AUTH-1165: hide access command
This commit is contained in:
committed by
Areg Harutyunyan
parent
170f0acf4f
commit
8364e409a4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user