edjx file download

Downloads a file to a specific folder.

Usage

edjx file download <file-name>
 -o, --output <string>
[-b, --bucket <bucket-UUID>]
[-v, --version <string>]

Options

Option Required Type Description

<file-name>

Yes

string

The file to be downloaded from the platform.

-o, --output <string>

Yes

string

Specifies the location to save the file to or enter the name of the file to overwrite.

-b, --bucket <bucket-UUID>

No

UUID

The bucket UUID associated with the file.

-v, --version <value>

No

integer

ID of the version to download. Default is current version.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).

Download a file

To download a file:

  1. Select the bucket you want to view.

    edjx config bucket -i
  2. Execute the download command.

    edjx file download <file-name> -o <string>