Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

The meta section stores information about a ruleset. Meta sections are optional and may be empty.

The following are allowed in a meta section:

  • name - a string giving a human readable name for the ruleset.
  • author - a string giving the name of the author of the ruleset.
  • description - a string (specified in standard or extended quotes) that describes the ruleset's purpose.
  • version - rulesets are versioned. Version strings follow Semantic Versioning. i.e 1.2.3 where <major>.<minor>.<patch>During development you can set the version to "draft" or omit it completely. This way you can make frequent changes and see them reflected immediately on the picos that use the "draft" version.
  • use - include external resource file or use a module
  • configure - declare the default configuration for this ruleset when used as a module.
  • provides - declare the values this ruleset provides when used as a module.
  • shares - a list of names available to sky/cloud queries



Some of these have more detailed documentation available:

  • No labels