Skip to content
Snippets Groups Projects
Commit abccaa8f authored by Nurcan Ozturk's avatar Nurcan Ozturk
Browse files

Update file CREST.md

parent 682380da
Branches
No related tags found
1 merge request!3Update file CREST.md
...@@ -303,8 +303,8 @@ crestCmd create iovAndPayload --tagName TEST-USERX-LARAlign-01 --payload "[DB=26 ...@@ -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. 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 ```shell
./crestCmd get iovList -n TEST-USERX-LARAlign-01 crestCmd get iovList -n TEST-USERX-LARAlign-01
./crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382 crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382
``` ```
## How to use crestCmd to clean data ## How to use crestCmd to clean data
...@@ -328,7 +328,7 @@ You can verify that the tag is not anymore available. ...@@ -328,7 +328,7 @@ You can verify that the tag is not anymore available.
### Remove a Global Tag ### Remove a Global Tag
If a `Global Tag` is not present in any association with some `Tag`, you may also remove it: If a `Global Tag` is not present in any association with some `Tag`, you may also remove it:
```shell ```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 # If you used the curl command for global tag creation you may also remove TEST-USERX-GT-CREST-02
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment