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

Update README.md

parent 489ec000
No related branches found
No related tags found
No related merge requests found
......@@ -57,82 +57,53 @@ Command List:
crestCmd get iovList [OPTIONS]
```
2) Get methods:
```
crestCmd get tag [OPTIONS]
crestCmd get tagMetaInfo [OPTIONS]
crestCmd get globalTag [OPTIONS]
crestCmd get blob [OPTIONS]
crestCmd get payloadMetaInfo [OPTIONS]
crestCmd get payloadTagInfo [OPTIONS]
```
3) Create methods:
```
crestCmd create tag [OPTIONS]
crestCmd create tagMetaInfo [OPTIONS]
crestCmd create globalTag [OPTIONS]
crestCmd create globalTagMap [OPTIONS]
crestCmd create iovAndPayload [OPTIONS]
```
4) Remove methods:
```
crestCmd remove tag [OPTIONS]
crestCmd remove globalTag [OPTIONS]
```
## Create a Global Tag
$ crestCmd create globalTag --tagName CREST-test --description test --release 1 --scenario test --type t --workflow T --validity 0
```
host=crest-01.cern.ch port8090
tagName = CREST-test
description = test
type = t
release = 1
scenario = test
workflow = T
validity = 0
insertionTime =
snapshotTime =
js =
{
"description": "test",
"name": "CREST-test",
"release": "1",
"scenario": "test",
"type": "t",
"validity": "0",
"workflow": "T"
}
Global tag was created.
```
## Create a tag
$ crestCmd create tag --tagName LARAlign-RUN2-UPD4-test --description "<timeStamp>run-lumi</timeStamp><addrHeader><address_header service_type=\"71\" clid=\"254546453\" /></addrHeader><typeName>DetCondKeyTrans</typeName>" --timeType run-lumi --payloadSpec PoolRef:String4k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment