Skip to content

Commit

Permalink
fix: cache command usage example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vCaisim committed Oct 2, 2024
1 parent a0ec4c3 commit 3bb9415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The `currents cache` command allows you to archive files from specified location

To cache files, run `npx currents cache set --key <record-key> --id <id> --paths <path-1,path-2,...path-n>`.

To download files, run `npx currents cache set --key <record-key> --preset last-run`.
To download files, run `npx currents cache get --key <record-key> --id <id>`.

For more examples and usage options, run `npx currents cache --help`.

Expand Down
2 changes: 1 addition & 1 deletion packages/cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ npx currents cache set --key <record-key> --id <id> --paths <path-1,path-2,...pa
To download files, use the following command:

```sh
npx currents cache set --key <record-key> --preset last-run
npx currents cache get --key <record-key> --id <id>
```

For more examples and usage options, run `npx currents cache --help`.
Expand Down

0 comments on commit 3bb9415

Please sign in to comment.