Configuring a single project or an entire projects_root

You can import a configuration file into a single project or into an entire projects_root. When you import a configuration file to a projects_root, the file is copied to all projects created after that point, unless you purposely remove it from a particular project. Project-specific configuration files may be used in addition to or instead of the default configuration files for the projects_root.

There are two ways to import a configuration file into a single project:

  • In Validate, locate a project in the Projects list, select Configuration > Configuration Files > +. Use this method when adding a new file or taxonomy to an existing project.
  • Use validate admin import-config:
validate admin import-config <project_name> <file>

To import a configuration file into a projects_root, use validate admin import-config:

validate admin import-config workspace <file>

Use validate admin delete-config to remove a configuration file from an entire projects_root:

validate admin delete-config workspace <file>