OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.4 KiB

  1. sde-config(1)
  2. ================
  3. The OpenSDE Community <list@opensde.org>
  4. NAME
  5. ----
  6. sde-config configures part of the system
  7. SYNOPSIS
  8. --------
  9. 'sde config' [DISCRIMINATOR] [OPTIONS]
  10. DISCRIMINATORS
  11. --------------
  12. config, cfg::
  13. TODO
  14. (this is the default if none is given)
  15. system, sys::
  16. Allows to change global sde configuration
  17. OPTIONS FOR 'CONFIG' DISCRIMINATOR
  18. ----------------------------------
  19. -q, --oldconfig::
  20. Reconfigure an already existant config without interativity with
  21. the user.
  22. -c, --cfg::
  23. Defines the id to use for a given 'config', the name 'default' is
  24. used if this option is not given.
  25. --nobashmod::
  26. Don't use the bash config helper plugin
  27. --profile::
  28. Create a config.profile with profiling data
  29. OPTIONS FOR 'SYSTEM' DISCRIMINATOR
  30. ----------------------------------
  31. -q, --query::
  32. returns the value of a specified 'section.key'
  33. -s, --set::
  34. sets the value of a specified 'section.key'
  35. --dump::
  36. dumps the content of the 'settings' file.
  37. --name::
  38. dumps the full path to the 'settings' file in use.
  39. DESCRIPTION
  40. -----------
  41. sde-config configures the identified part (item) within the sde
  42. environment section indicated by the discriminator.
  43. SECTIONS AND KEYS ON GLOBAL SDE CONFIGURATION
  44. ---------------------------------------------
  45. * 'download'
  46. - 'altdir'
  47. - 'curl-opt'
  48. - 'mirror' (kept unique per version only)
  49. EXAMPLES
  50. --------
  51. SEE ALSO
  52. --------