# Packages
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
# Functions
ContextWithToken returns a context with access token in it.
DefaultCACertificate returns the default value for a CA certificate identifier.
DefaultDeployment returns the default value for a deployment identifier.
DefaultFormat returns the default value for the output format.
DefaultGroup returns the default value for a group identifier.
DefaultIPAllowlist returns the default value for an IP allowlist identifier.
DefaultOrganization returns the default value for an organization identifier.
DefaultOrganizationInvite returns the default value for an organization-invite identifier.
DefaultPluginHandler returns the default value for a URL.
DefaultProject returns the default value for a project identifier.
DefaultProvider returns the default value for a provider identifier.
DefaultRegion returns the default value for a region identifier.
DefaultRole returns the default value for a role identifier.
DefaultTermsAndConditions returns the default value for a terms and conditions identifier.
DefaultURL returns the default value for a URL.
ExecuteCommandOrPlugin tries to find a builtin command and execute it.
InitCommand adds the given command to the given parent and called the flag initialization function.
MustCheckNumberOfArgs compares the number of arguments with the expected number of arguments.
MustDialAPI dials the ArangoDB Oasis API.
NewDefaultPluginHandler instantiates the DefaultPluginHandler with a list of given filename prefixes used to identify valid plugin filenames.
OptOption returns given value if not empty.
ReqOption returns given value if not empty.
SetVersion must be called at bootstrap to pass the current build version.
ShowUsage shows usage of the given command on stdout.
WithKeepAlive sets the connection to keepalive.
WithoutVersionCheck disables the compatibility check during the dial operation.
# Variables
AcceptCmd is root for various `accept ...` commands.
AddAuditLogCmd is root for various `add auditlog...` commands.
AddCmd is root for various `add ...` commands.
AuditLogCmd is root for various `auditlog ...` commands.
AuditLogGetAttachedCmd is root for various `attached...` commands.
AuditLogGetCmd is root for various `auditlog get...` commands.
BackupCmd is root for various `backup ...` commands.
BackupListRootCmd is root for various `list backup ...` commands.
No description provided by the author
CloneCmd is root for various `clone ...` commands.
CloneDeploymentCmd is root for various `clone deployment ...` commands.
CreateCmd is root for various `create ...` commands.
DeleteCmd is root for various `delete ...` commands.
GenerateCmd is root for various `generate ...` commands.
GetCmd is root for various `get ...` commands.
GetServerCmd is based for other commands.
ListArangoDBCmd is based for other commands.
ListCmd is root for various `auditlog ...` commands.
ListCmd is root for various `list ...` commands.
ListEffectiveCmd is based for other commands.
ListServersCmd is based for other commands.
LockCmd is root for various `lock ...` commands.
LoginCmd is used to login using an API key.
RejectCmd is root for various `reject ...` commands.
RenewCmd is root for various `renew ...` commands.
ResumeCmd is root for various `resume ...` commands.
RevokeCmd is root for various `revoke ...` commands.
No description provided by the author
RootCmd is the root (and only) command of this service.
UnlockCmd is root for various `unlock ...` commands.
UpdateCmd is root for various `update ...` commands.
WaitCmd is root for various `wait ...` commands.
# Interfaces
PluginHandler is capable of parsing command line arguments and performing executable filename lookups to search for valid plugin files, and execute found plugins.
# Type aliases
MustDialOption type for MustDialAPI.