From 6b2223d5695b5d209aaa2c9e9703ebd0cb041e7c Mon Sep 17 00:00:00 2001 From: samuelFain <65926551+samuelFain@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:27:46 +0200 Subject: [PATCH] Test install sdk via `--version` flag --- docs/tutorials/tut-setup-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/tut-setup-dev.md b/docs/tutorials/tut-setup-dev.md index a75292ae3..baeaea3dd 100644 --- a/docs/tutorials/tut-setup-dev.md +++ b/docs/tutorials/tut-setup-dev.md @@ -255,8 +255,8 @@ sb@dddd:~/demisto/content$ poetry shell Then, make sure that `demisto-sdk` has been installed automatically by the bootstrap script as part of the preqreuisites: ```bash -(venv) sb@dddd:~/demisto/content$ demisto-sdk -Use demisto-sdk -h to see the available commands. +(venv) sb@dddd:~/demisto/content$ demisto-sdk --version +demisto-sdk version: 1.33.0 ``` Now, run the `demisto-sdk pre-commit` command ([pre-commit documentation](https://docs-cortex.paloaltonetworks.com/r/1/Demisto-SDK-Guide/pre-commit)) on the folder `Packs/HelloWorld/Integrations/HelloWorld` using the `-i` option,