hammerkit
  • About
  • Installation
  • Getting started
  • Build file
    • Environment Variables
    • References
    • Includes
  • Task
    • Dependencies
    • Needs
    • Caching
    • Container
    • Watching
    • Extending
  • Service
    • Container
    • Kubernetes
  • Labels
  • CLI
    • Init
    • ls
    • Execute
    • Store / Restore
    • Clean
    • Validate
    • Help
  • External Links
    • Docker Hub
    • Homebrew Repository
  • Release Blog
    • Release 1.4.0
    • Release 1.5.0
  • Contribution
    • Roadmap
    • Publishing
Powered by GitBook
On this page

Was this helpful?

  1. CLI

Validate

Verify if all tasks are correct and spot mistakes early on.

To detect errors early on, there is a validate command that checks the build file for invalid configurations or missing information.

hammerkit validate

This command is recommended to be used CI together with other linting jobs.

PreviousCleanNextHelp

Last updated 4 years ago

Was this helpful?