edjx file list versions

Lists the versions of a file in a bucket.

You must know the file name to execute this command.

Usage

edjx file list-versions <file-name>
[-b, --bucket <bucket-UUID>]
[-l, --limit <value>]

Options

Option Required Type Description

-b, --bucket <bucket-UUID>

No

UUID

The bucket UUID associated with the file.

-l, --limit <value>

No

int

The maximum number of files to list.
Default: 50

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).

View versions of a specific file in a bucket

  1. Make sure you are in the organization view.

    edjx config organization -i
  2. Switch to the bucket with the files you want to view.

    edjx config bucket -i
  3. List the files in the bucket.

    edjx file list
  4. Copy the Name of the file you want to view.

  5. Execute the list-versions command.

    edjx file list-versions <file-name>