Skip to content
Sean Escriva edited this page Jul 3, 2015 · 1 revision

Batali update

The update command will resolve all dependencies, create the manifest file batali.manifest and then install all dependencies.

Available options for the update command can be viewed with the help flag.

Usage: batali update [options]
    -c, --config              Configuration file path
    -V, --verbose             Enable verbose output
    -D, --debug               Enable debug mode
    -f, --file                Path to Batali file
    -d, --dry-run             Print changes
    -l, --least-impact        Update cookbooks with minimal version impact (default: true)
    -i, --install             Install cookbooks after update (default: true)
    -I, --infrastructure      Resolve infrastructure cookbooks
    -h, --help                Display this help message.

Update options

  • -c, --config optionally override the path to the config file, default is .batali
  • -V, --verbose provide more output during resolution, such as file paths
  • -D, --debug provide even more output during resolution, such as cache path, checksums, unit addition and scoring
  • -f, --file optionally override the path the Batali file
  • -d, --dry-run print what would be done but don't actually make any changes
  • -l, --least-impact use minimal version impact, the default behavior
  • -i, --install install all required cookbooks, the default behavior
  • -I, --infrastructure resolve for the full infrastructure
Clone this wiki locally