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?

CLI

All about the options that the hammerkit cli offers.

Usage: hammerkit [options] [command]

Options:
  -V, --version             output the version number
  --verbose                 log debugging information (default: false)
  --file                    set build file
  -h, --help                display help for command

Commands:
  ls [options]              list all tasks
  clean [options]           clear task cache
  store [options] <path>    save task outputs into <path>
  restore [options] <path>  restore task outputs from <path>
  validate [options]        validate build.yaml
  exec [options] [task]     execute all tasks
  help [command]            display help for command
PreviousLabelsNextInit

Last updated 2 years ago

Was this helpful?