edk-io store
$ edk-io store [options] [command]
#
DescriptionManage the file store.
#
ArgumentsArgument | Description |
<command> | The store command provides the following sub-commands:
|
#
OptionsOption | Description |
--help | Show the help for the command. |
#
ExamplesTo view the help:
$ edk-io store --helpUsage: edk-io store [options] [command]
manage the file store
Options: -h, --help display help for command
Commands: size [options] check the size of a store contents list [options] list the contents of the store top [options] get the top n lines the store help [command] display help for command
#
Store Commands#
edk-io store size$ edk-io store size [options]
#
DescriptionCheck the size of a store contents
#
OptionsOption | Description |
--deployment | The deployment asset decribing the server location. |
--uri | The uri to check. |
--help | Display the help for command. |
--dir | The path for the project directory (default: "..."). |
#
ExamplesTo view the help:
$ edk-io store size --helpUsage: edk-io store size [options]
check the size of a store contents
Options: --deployment <deployment> the path for the project directory --dir <dir> the path for the project directory (default:"...") --uri <uri> the uri to check -h, --help display help for command
To view the files within a store directory uri:
$ edk-io store size --deployment local --uri "store://files"โน store size with 6 filesโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโ Asset โ Size (MB) โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test.csv โ 0.06 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test.jsonl โ 0.37 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test.xlsx โ 0.01 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test1.csv โ 0.06 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test_two.csv โ 0.03 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโคโ test_two.xlsx โ 0.06 โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโ store size succeeded
#
edk-io store list$ edk-io store list [options]
#
DescriptionList the contents of the store
#
OptionsOption | Description |
--deployment | The deployment asset decribing the server location. |
--uri | The uri to check (optional). |
--help | Display the help for command. |
--dir | The path for the project directory (default: "..."). |
#
ExamplesTo view the help:
$ edk-io store list --helpUsage: edk-io store list [options]
list the contents of the store
Options: --deployment <deployment> the path for the project directory --dir <dir> the path for the project directory (default:"...") --uri <uri> the uri to check -h, --help display help for command
To list the files within a store directory uri:
$ edk-io store list --deployment local --uri "store://files"โน store list structureโโ folderโ โโ test.csvโ โโ test1.csvโ โโ test2.csvโโ folder2โ โโ test.csvโโ test.csvโโ test.jsonlโโ test.xlsxโโ test1.csvโโ test_two.csvโโ test_two.xlsx
โ store list succeeded
To list the files within a store root directory:
$ edk-io store list --deployment localโน store list structureโโ files โโ folder โ โโ test.csv โ โโ test1.csv โ โโ test2.csv โโ folder2 โ โโ test.csv โโ test.csv โโ test.jsonl โโ test.xlsx โโ test1.csv โโ test_two.csv โโ test_two.xlsx
โ store list succeeded
#
edk-io store top$ edk-io store top [options]
#
DescriptionGet the top n lines of contents in the store
#
OptionsOption | Description |
--deployment | The deployment asset decribing the server location. |
--uri | The uri to check. |
--n | The number of lines to display. |
--skip | Skip this many lines before reading. |
--help | Display the help for command. |
--dir | The path for the project directory (default: "..."). |
#
ExamplesTo view the help:
$ edk-io store top --helpUsage: edk-io store top [options]
get the top n lines of contents in the store
Options: --deployment <deployment> the path for the project directory --dir <dir> the path for the project directory (default:"...") --uri <uri> the uri to check --n <n> the number of lines to display -h, --help display help for command
To top n lines from the files within a store directory uri:
$ edk-io store top --deployment local --uri "store://files/folder"โน store top for test.csv with 10 linesstring,date,float,integer,boolean,Another String0mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s51mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s52mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s53mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s54mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s55mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s56mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s57mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s58mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s5
โน store top for test1.csv with 10 linesstring,date,float,integer,boolean,Another String0mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s51mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s52mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s53mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s54mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s55mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s56mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s57mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s58mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s5
โน store top for test2.csv with 10 linesstring,date,float,integer,boolean,Another String0mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s51mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s52mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s53mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s54mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s55mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s56mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s57mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s58mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s5
โ store top succeeded
To top 5 lines from a store file:
$ edk-io store top --n 5 --deployment local --uri "store://files/test.csv"โน store top for test.csv with 5 linesstring,date,float,integer,boolean,Another String0mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s51mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s52mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s53mtsqttl4s5,2021-04-01T03:03:09.834Z,-790.29,-875,false,mtsqttl4s5
โ store top succeeded