Skip to main content

NewDownloadCommand

downloads flytedata from the remotepath to a local directory.

def NewDownloadCommand(
opts: *RootOptions
) - > *cobra.Command

downloads flytedata from the remotepath to a local directory. Currently it looks at the outputs.pb and creates one file per variable.

Parameters

NameTypeDescription
opts*RootOptionsRoot options for the command, providing shared configurations.

Returns

TypeDescription
*cobra.CommandA Cobra command object configured for downloading data.