From 3bb9415612f2d2e4f564596c8fc4a3e140cfd6be Mon Sep 17 00:00:00 2001 From: Veaceslav <118342408+vCaisim@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:11:34 +0300 Subject: [PATCH] fix: cache command usage example [skip ci] --- README.md | 2 +- packages/cmd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eca589f..5a03d64 100644 --- a/README.md +++ b/README.md @@ -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 --id --paths `. -To download files, run `npx currents cache set --key --preset last-run`. +To download files, run `npx currents cache get --key --id `. For more examples and usage options, run `npx currents cache --help`. diff --git a/packages/cmd/README.md b/packages/cmd/README.md index 023b41e..de82c7a 100644 --- a/packages/cmd/README.md +++ b/packages/cmd/README.md @@ -82,7 +82,7 @@ npx currents cache set --key --id --paths --preset last-run +npx currents cache get --key --id ``` For more examples and usage options, run `npx currents cache --help`.