View Source mix workspace.check (Workspace v0.1.1)

Check the workspace using the configured checks.

Command Line Options

  • --config-path (string) - The path to the workspace config to be used, relative to the workspace path [default: .workspace.exs]
  • -e, --exclude... (string) - Ignore the given projects
  • --exclude-tag... (string) - If set, any projects with any of the given tag(s) will be excluded. For scoped tags you should provide a colon separated string (examples: shared, scope:api, type:utils). For selecting a specific tag use --tag
  • -p, --project... (string) - The project name, can be defined multiple times. If not set all projects are considered
  • --tag... (string) - If set, only projects with the given tag(s) will be considered. For scoped tags you should provide a colon separated string (examples: shared, scope:api, type:utils). For excluding a specific tag use --exclude-tag
  • --verbose (boolean) - If set enables verbose logging [default: false]
  • --workspace-path (string) - If set it specifies the root workspace path, defaults to current directory