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
| Name | Type | Description |
|---|---|---|
| opts | *RootOptions | Root options for the command, providing shared configurations. |
Returns
| Type | Description |
|---|---|
*cobra.Command | A Cobra command object configured for downloading data. |