Posts

Air Commands

1. How to perform checkin? Ans.  To checkin full project : -              air project import   / Project s/class/maths -basedir /abinitio/id/class/maths -comment "" -dry-run To checkin specific artifact : -              air project import   / Project s/class/maths -basedir /abinitio/id/class/maths -files dml/xyz.dml - comment ""  -dry-run To checkin full project and resolve conflicts : -              air project import   / Project s/class/maths -basedir /abinitio/id/class/maths -force  -comment ""  -dry-run To checkin specific artifact and resolve conflicts : -              air project import   / Project s/class/maths -basedir /abinitio/id/class/maths  -files mp/xyz.mp - force  -comment ""  -dry-run To checkin specific artifact with required files :-      ...