dds-user-defaults — get and set global DDS options UNIX/Linux/OSX
dds-user-defaults [[-h, --help] | [-v, --version] | [-V, --verbose] | [-p, --path] | [-d, --default]] [-c, --config arg] [-s, --session arg] [--ignore-default-sid] [--default-session-id] [--default-session-id-file] [-f, --force] [[--key arg] | [--wrkpkg] | [--wrkscript] | [--rms-sandbox-dir] | [--user-env-script] | [--server-info-file]]
The dds-user-defaults command can be used to get and set global DDS options. It also can be used to get different static settings, related to the current deployment.
-h, --helpShows usage options.
-v, --versionShows version information.
-V, --verboseCauses the command to verbose additional information and error messages.
-p, --pathShows default DDS user defaults config file path.
-d, --defaultGenerates a default DDS configuration file.
-f, --forceIf the destination file exists, removes it and creates a new file, without prompting for confirmation. Can only be used with the -d, --default options.
-c, --config argThis options can be used together with other options to specify non-default location of the DDS configuration file. By default the command uses ~/.DDS/DDS.cfg.
-s, --session argUse the specified DDS Session ID instead of a default one.
--ignore-default-sidForce to ignore a default sid.
--default-session-idShow the current default session ID.
--default-session-id-fileShow the full path of the default session ID file.
--key argGets a value for the given key from the DDS user defaults.
--wrkpkgShows the full path of the worker package. The path must be evaluated before use.
--wrkscriptShows the full path of the worker script. The path must be evaluated before use.
--rms-sandbox-dirShows the full path of the RMS sandbox directory. It returns server.sandbox_dir if it is not empty, otherwise server.work_dir is returned. The path must be evaluated before use.
--user-env-scriptShows the full path of user's environment script for workers (if present). The path must be evaluated before use.
--server-info-fileShows the full path of the DDS server info file. The path must be evaluated before use.