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

Update file CREST.md

parent 682380da
No related branches found
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
```
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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment