You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Trickest Store](https://trickest.io/dashboard/store) is a collection of public tools, Trickest scripts, and Trickest workflows available on the platform. More info can be found at [Trickest workflows repository](https://github.com/trickest/workflows) <- (Coming soon!)
31
+
[Trickest Library](https://trickest.io/dashboard/library) is a collection of public tools, Trickest scripts, and Trickest workflows available on the platform. More info can be found at [Trickest workflows repository](https://github.com/trickest/workflows) <- (Coming soon!)
| --config | file | / | YAML file for run configuration |
192
192
| --run | string | / | Download output data of a specific run |
193
193
| --runs | integer | 1 | The number of executions to be downloaded sorted by newest |
194
-
| --output-dir | string | / | Path to directory which should be used to store outputs |
194
+
| --output-dir | string | / | Path to directory which should be used to library outputs |
195
195
| --nodes | string | / | A comma separated list of nodes whose outputs should be downloaded |
196
196
| --files | string | / | A comma-separated list of file names that should be downloaded from the selected node |
197
197
198
198
## Output Structure
199
199
200
200
When using the **output** command, trickest-cli will keep the local directory/file structure the same as on the platform. All your spaces and projects will become directories with the appropriate outputs.
201
201
202
-
## Store
202
+
## Library
203
203
204
-
Use the **store** command to get more info about Trickest workflows and public tools available in the [Trickest Store](https://trickest.io/dashboard/store).
204
+
Use the **library** command to get more info about Trickest workflows and public tools available in the [Trickest Library](https://trickest.io/dashboard/library).
205
205
206
206
#### List
207
-
Use **store list** command to list all public tools & workflows available in the [store](https://trickest.io/dashboard/store), along with their descriptions.
207
+
Use **library list** command to list all public tools & workflows available in the [library](https://trickest.io/dashboard/library), along with their descriptions.
208
208
209
209
```
210
-
trickest store list
210
+
trickest library list
211
211
```
212
212
213
213
#### Search
214
-
Use **store search** to search all Trickest tools & workflows available in the [store](https://trickest.io/dashboard/store), along with their descriptions.
214
+
Use **library search** to search all Trickest tools & workflows available in the [library](https://trickest.io/dashboard/library), along with their descriptions.
0 commit comments