0% found this document useful (0 votes)
612 views3 pages

EME FAQs

The document describes various commands for the air tag and sandbox tools. It provides the syntax to create and manage tags, list tags, view files with tags, and remove tags. It also outlines how to run graphs in a sandbox, import and export projects with tags, view and set locks on objects, and create sandboxes. The final entry shows how to find differences between two released tags.

Uploaded by

Vivek Kaushik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
612 views3 pages

EME FAQs

The document describes various commands for the air tag and sandbox tools. It provides the syntax to create and manage tags, list tags, view files with tags, and remove tags. It also outlines how to run graphs in a sandbox, import and export projects with tags, view and set locks on objects, and create sandboxes. The final entry shows how to find differences between two released tags.

Uploaded by

Vivek Kaushik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

EME FAQ

1. How to create a Tag?

air tag create <Path_name>/<tag_name>

2. How to list all the Tags?

air tag list

3. How to display the file that tagged with some tag?

air tag ls �p <Tag_name>

4. How to remove/delete the Tag?

air tag remove/delete <Tag_name>

5. How to run the graph in Unix box?

air sandbox run <Graph_name.mp> or <Graph_name.pset>

6. How to checkin using air command?

air project import <Sandbox_path>

-basedir <base_dir_path>

-file <File_name>

-tag <new_tag_name>
7. How to checkout using air command?

air project export <Sandbox_path>

-basedir <base_dir_path>

-file <File_name>

-from-tag <tag_name>

8. How to check the graph is locked by which user?

air lock show -object <object_name>

9. How to lock graph?

air lock set -object <object_name>

10. How to release lock of graph?

air lock release -object <object_name>

11. Find the difference b/n two released tags?

air tag diff <first_tag> <second_tag>

12. How to create a sand box?

air sandbox create <Sanbox_path>


-type public or private

-location <Project_dir_path>

You might also like