Versions Compared

Key

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

...

Info

Note: In PIPEFORCE any type of server-side action is called a command regardless of whether it reads or writes data. But there is a subset of commands limited to read-only tasks which relates to the “query” actions as described here. These commands typically do have one of these suffixes:

  • *.list

  • *.get

  • *.query

  • *.find

For example: property.list in order to return a filtered list of properties or config.get to retrieve a config item.

...