Skip to content

Commit

Permalink
Fix typo in backup and restore command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andgdk authored Nov 7, 2024
1 parent fa36e8d commit 4404f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const initialYargs = emptyYargs
.wrap(emptyYargs.terminalWidth())
.env("DATA_OPS")
.scriptName("data-ops")
.example("$0 environment export --apiKey=xxx --environmentId=xxx", "Creates a zip backup of a Kontent.ai environment")
.example("$0 environment backup --apiKey=xxx --environmentId=xxx", "Creates a zip backup of a Kontent.ai environment")
.example(
"$0 environment import --apiKey=xxx --environmentId=xxx --fileName=backupFile",
"$0 environment restore --apiKey=xxx --environmentId=xxx --fileName=backupFile",
"Populates the target Kontent.ai environment with data from the provided zip file.",
)
.epilogue("If you have any questions, contact us at [email protected].")
Expand Down

0 comments on commit 4404f37

Please sign in to comment.