GDS Paths

When a command requires a gds path, the path has the following format: gds://volume_name/folder1/folder2/etc...

By convention, gds paths to folders must end in a /, whereas gds paths to files do not.

For commands that take a wildcard (*) to return multiple results, the gds path must end in the wildcard (*).

Examples:

ica files list gds://new-volume/*

ica folders list gds://new-volume/someFolder/*

Last updated