RE: How can i import global objects into global project from CLI?
My exported json having both normal project and global project objects then while importing from CLI i want to import normal project objects into normal project and global project objects into global project. How can i import from CLI?
If we use “dicmd import -u username -w password -p Projectname -l Layername -f InJSONFileName” command global objects also will import into “Local Project”.
If we want to import global objects into Global Project then we need to specify Global Project name in the CLI command as below.
“dicmd import -u username -w password -p Projectname -l Layername -f InJSONFileName -g GlobalProjectName”