Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleOption A: Use the iguana --id command line flag (requires IguanaX v10.1.101102)

The Iguana ID can be obtained using the command line --id flag. If you need to target a unique working directory, you can optionally use --id --working_dir <working_directory> to point to a specific Iguana working directory and return the Iguana ID.

Windows:

Code Block
iguana --id --working_dir "C:\ProgramData\IguanaX"

Linux:

Code Block
./iguana --id

*optionally add the --working_dir flag

...