# Packages
No description provided by the author
# Functions
CreateVersionFactory returns a factory method for the join command.
DatasetDownloadFactory returns a factory method for the join command.
DatasetFactory returns a factory method for the join command.
DatasetListFactory returns a factory method for the join command.
DatasetUploadFactory returns a factory method for the join command.
ErrorCauser returns the error that is one level up in the error chain.
HandleError handles the way errors are presented to the user.
LoginFactory returns a factory method for the join command.
NewChunker returns a new Chunker.
NewClient creates a new batch Client.
ProgressBar creates a new CLI progess bar and adds input from the progressCh to the bar.
ProjectExpelFactory returns a factory method for the join command.
ProjectFactory returns a factory method for the join command.
ProjectListFactory returns a factory method for the join command.
ProjectPlaceFactory returns a factory method for the join command.
ProjectSetFactory returns a factory method for the join command.
SecretCreateFactory returns a factory method for the secret create command.
SecretDeleteFactory returns a factory method for the secret delete command.
SecretDescribeFactory returns a factory method for the secret describe command.
SecretFactory returns a factory method for the secret command.
SecretListFactory returns a factory method for the secret list command.
TaskCreateFactory returns a factory method for the join command.
TaskDescribeFactory returns a factory method for the join command.
TaskFactory returns a factory method for the join command.
TaskFailureFactory returns a factory method for the join command.
TaskHeartbeatFactory returns a factory method for the join command.
TaskListFactory returns a factory method for the join command.
TaskReceiveFactory returns a factory method for the join command.
TaskStopFactory returns a factory method for the join command.
TaskSuccessFactory returns a factory method for the join command.
UserPassProvider prompts the username and password on stdin.
WorkerFactory returns a factory method for the join command.
WorkerLogsFactory returns a factory method for the join command.
WorkloadDescribeFactory returns a factory method for the join command.
WorkloadDownloadFactory returns a factory method for the join command.
WorkloadFactory returns a factory method for the join command.
WorkloadListFactory returns a factory method for the join command.
WorkloadStartFactory returns a factory method for the join command.
WorkloadStopFactory returns a factory method for the join command.
WorkloadWorkFactory returns a factory method for the join command.
# Constants
DownloadConcurrency is the amount of concurrent download threads.
EnvConfigJSON can be used to pass the config file as a json encoded string.
EnvNerdProject can be used to set the nerd project.
OutputDirPermissions are the output directory's permissions.
UploadConcurrency is the amount of concurrent upload threads.
# Variables
SharedOptionsGroup are options shared by all commands.
# Structs
Chunker is a wrapper of the restic/chunker library, to make it compatible with the v1data.Chunker interface.
ConfOpts are the options related to config file and the way output is handled.
Dataset command.
DatasetList command.
Download command.
Login command.
OutputOpts are options that are related to CLI output.
Project command.
ProjectExpel command.
ProjectList command.
ProjectPlace command.
ProjectPlaceOpts describes command options.
ProjectSet command.
Secret command.
SecretCreate command.
SecretCreateOpts describes the options to the SecretCreate command.
SecretDelete command.
SecretDescribe command.
SecretList command.
SecretListOpts describes the options to the SecretList command.
Task command.
TaskCreate command.
TaskCreateOpts describes command options.
TaskDescribe command.
TaskFailure command.
TaskHeartbeat command.
TaskList command.
TaskReceive command.
TaskStop command.
TaskSuccess command.
Upload command.
Version command.
Worker command.
WorkerLogs command.
Workload command.
WorkloadDescribe command.
WorkloadDownload command.
WorkloadList command.
WorkloadStart command.
WorkloadStartOpts describes command options.
WorkloadStop command.
WorkloadWork command.
WorkloadWorkOpts describes command options.