package
1.4.0
Repository: https://github.com/auth0/auth0-cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Execute is the primary entrypoint of the CLI app.
GenerateCommandPage creates custom markdown for the individual command pages.
GenerateDocs will generate the documentation for all the commands under the ./docs folder.
GenerateHomepage creates custom markdown for the homepage.
No description provided by the author
GenerateParentPage creates custom markdown for the parent command pages.
GenMarkdownTree is the same as GenMarkdownTree, but with linkHandler.
RunLoginAsMachine facilitates the authentication process using client credentials (client ID, client secret).
RunLoginAsUser runs the login flow guiding the user through the process by showing the login instructions, opening the browser.
WrappedAliases returns a formatted string containing the command aliases if defined, otherwise an empty string.
WrappedInheritedFlagUsages returns a string containing the usage information for all flags which were inherited from parent commands, wrapped to the terminal's width.
WrappedLocalFlagUsages returns a string containing the usage information for all flags specifically set in the current command, wrapped to the terminal's width.

# Structs

No description provided by the author
ClientData is a minimal representation of an Auth0 Client as defined in the management API.
No description provided by the author
No description provided by the author
TemplateData contains all the variables we project onto our embedded go template.