From abccaa8f881bb6786b0ccd156579c4baff710eb8 Mon Sep 17 00:00:00 2001 From: Nurcan Ozturk <nurcan.ozturk@cern.ch> Date: Tue, 28 Jan 2025 22:08:25 +0100 Subject: [PATCH] Update file CREST.md --- CREST.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CREST.md b/CREST.md index b157592..dadda49 100644 --- a/CREST.md +++ b/CREST.md @@ -303,8 +303,8 @@ crestCmd create iovAndPayload --tagName TEST-USERX-LARAlign-01 --payload "[DB=26 ``` Note: `--endTime` is optional. The hash code for the payload is generated automatically, and you can use the methods described in the previous section to retrieve `IOVs` and `Payload` data. ```shell - ./crestCmd get iovList -n TEST-USERX-LARAlign-01 - ./crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382 + crestCmd get iovList -n TEST-USERX-LARAlign-01 + crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382 ``` ## How to use crestCmd to clean data @@ -328,7 +328,7 @@ You can verify that the tag is not anymore available. ### Remove a Global Tag If a `Global Tag` is not present in any association with some `Tag`, you may also remove it: ```shell -crestCmd remove globalTag -n TEST-USERX-GT-CREST-02 +crestCmd remove globalTag -n TEST-USERX-GT-CREST-01 # If you used the curl command for global tag creation you may also remove TEST-USERX-GT-CREST-02 ``` -- GitLab