Skip to content
Snippets Groups Projects
Commit c025423a authored by Mikhail Mineev's avatar Mikhail Mineev
Browse files

documentation updated

parent 85f349ed
No related branches found
No related tags found
1 merge request!18Update v61
Pipeline #12298860 passed
{
"description": "test",
"insertionTime": "2021-02-16T13:18:51.000+0000",
"name": "MvG_TEST_09",
"name": "TEST_MvG_09",
"release": "1",
"scenario": "test",
"snapshotTime": "2021-02-16T13:18:51.000+0000",
"type": "t",
"type": "T",
"validity": 0,
"workflow": "M"
}
{
"globalTagName": "mvg01",
"globalTagName": "TEST_MvG_09",
"record": "rtest",
"label": "ltest",
"tagName": "test_MvG3"
"tagName": "test_MvG10h"
}
{
"name":"test_MvG3",
"name":"test_MvG10h",
"timeType":"time",
"synchronization":"none",
"description":"none",
"lastValidatedTime":0,
"endOfValidity":0,
"insertionTime":"2018-12-06T11:18:35.641+0000",
"modificationTime":"2018-12-06T11:18:35.641+0000",
"payloadSpec":"stave: Int32, eta: Int32, mag: Float, base: Float, free: Float"
"payloadSpec":"stave: Int32, eta: Int32, mag: Float, base: Float, free: Float",
"synchronization": "ALL",
"status": "UNLOCKED"
}
{
"name":"test_MvG3c",
"name":"test_MvG11h",
"timeType":"time",
"synchronization":"none",
"description":"none",
"lastValidatedTime":0,
"endOfValidity":0,
"insertionTime":"2018-12-06T11:18:35.641+0000",
"modificationTime":"2018-12-06T11:18:35.641+0000",
"payloadSpec":"stave: Int32, eta: Int32, mag: Float, base: Float, free: Float"
"payloadSpec":"stave: Int32, eta: Int32, mag: Float, base: Float, free: Float",
"synchronization": "ALL",
"status": "UNLOCKED"
}
{
"tagName": "test_MvG3",
"tagName": "test_MvG10h",
"description": "desc-01",
"tagInfo": "taginf-01",
"chansize": 0,
......
......@@ -48,7 +48,7 @@ crestCmd get commands
You can create an object in three ways:
- **Using command line parameters**:
```bash
crestCmd create tag -n test_MvG8f -d "test" -t "time" -o "test"
crestCmd create tag --tagName test_MvG10h --description "a test tag from user" --timeType run-lumi --status UNLOCKED
```
- **Using JSON from a file**:
```bash
......@@ -56,7 +56,7 @@ You can create an object in three ways:
```
- **Using JSON directly in the command line**:
```bash
crestCmd create tag -j '{"name":"test_MvG3","timeType":"time","description":"none"}'
crestCmd create tag -j '{"name":"test_MvG10h","timeType":"time","synchronization":"none","description":"none","lastValidatedTime":0,"endOfValidity":0, "payloadSpec":"stave: Int32, eta: Int32, mag: Float, base: Float, free: Float","synchronization": "ALL","status": "UNLOCKED"}'
```
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment