Skip to main content
Version: 2.X

Validate command

Overview

The validate command is used to validate a manifest. The validation does following checks:

  • Checks if the manifest has valid schema.
  • Checks if the manifest version is supported.
  • Checks if the manifest does not contains cycles in dependencies. See more at Magic Sources.

Usage

magus validate [manifest]

Arguments:

  • manifest: path to the manifest file.