Sunday, September 4, 2011

EME FAQ

1. How to create a TAG ?
A) air tag /

2. How to list all TAGS ?
A) air tag list

3. How to display the file that tagged with some tag ?
A) air tag ls -p

4. Find the difference b/n two released tags ?
A) air tag diff

5. How to remove/delete the tag ?
A) air tag remove/delete

6. How to checkin using air command ?
A) air project import -basedir -file -tag

7. How to checkout using air command ?
A) air project export -basedir -file -from-tag

8. How to check the graph is locked by which user ?
A) air lock show -object

9. How to lock graph ?
A) air lock set -object

10. How to release lock of graph ?
A) air lock release -object

11. How to create a sandbox ?
A) air sandbox create -type public or private -location

12. How to run the graph in Unix box ?
A) air sandbox run or