mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-08-09 17:29:40 +00:00
TUN-4094: Don't read configuration file for access commands
This commit is contained in:
@@ -91,12 +91,6 @@ func Commands() []*cli.Command {
|
||||
Once authenticated with your identity provider, the login command will generate a JSON Web Token (JWT)
|
||||
scoped to your identity, the application you intend to reach, and valid for a session duration set by your
|
||||
administrator. cloudflared stores the token in local storage.`,
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "url",
|
||||
Hidden: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "curl",
|
||||
|
Reference in New Issue
Block a user