# Functions
No description provided by the author
Execute executes the command and returns the error.
ExecuteMigration runs the actual migration.
HandlePluginCommand receives a pluginHandler and command-line arguments and attempts to find a plugin executable on the PATH that satisfies the given arguments.
NewActionsCmd returns the actions command.
NewCompletionCmd return the completion command.
NewConsoleCmd returns the console command.
NewDefaultHasuraCommand creates the `hasura` command with default arguments.
NewDefaultHasuraCommandWithArgs creates the `hasura` command with arguments.
NewDefaultPluginHandler instantiates the DefaultPluginHandler with a list of given filename prefixes used to identify valid plugin filenames.
No description provided by the author
NewDocsCmd returns the docs command.
NewHelpCmd returns the help command.
NewInitCmd is the definition for init command.
NewMetadataCmd returns the metadata command.
NewMigrateCmd returns the migrate command.
NewPluginsCmd returns the plugins command.
NewScriptsCmd returns the scripts command.
NewSeedCmd will return the seed command.
NewUpdateCLICmd returns the update-cli command.
NewVersionCmd returns the version command.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
DefaultPluginHandler implements PluginHandler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
PluginHandler is capable of parsing command line arguments and performing executable filename lookups to search for valid plugin files, and execute found plugins.