package
1.3.4
Repository: https://github.com/10gen/realm-cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ImportHosting will push local Realm hosting assets to the server.
NewDiffCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewExportCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewImportCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewLoginCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewLogoutCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewProjectCommand returns a new *ProjectCommand.
NewSecretsAddCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewSecretsBaseCommand returns a new *SecretsBaseCommand.
NewSecretsCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewSecretsListCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewSecretsRemoveCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewSecretsUpdateCommandFactory returns a new cli.CommandFactory given a cli.Ui.
NewWhoamiCommandFactory returns a new cli.CommandFactory given a cli.Ui.

# Structs

BaseCommand handles the parsing and execution of a command.
DiffCommand is used to view the changes you would make to the Realm App.
ExportCommand is used to export a Realm App.
ImportCommand is used to import a Realm App.
LoginCommand is used to authenticate a user given an API key and username.
LogoutCommand deauthenticates a user and clears out their auth credentials from storage.
ProjectCommand handles the parsing and execution of an Atlas project-based command.
SecretsAddCommand is used to add secrets to a Realm app.
SecretsBaseCommand represents a common Atlas project-based secrets command.
SecretsCommand is used to run CRUD operations on a Realm App's secrets.
SecretsListCommand is used to list secrets from a Realm app.
SecretsRemoveCommand is used to remove secrets from a Realm app.
SecretsUpdateCommand is used to update a secret from a Realm app.
WhoamiCommand is used to print the name and API key of the current user.