homebrew_cask - Install/uninstall homebrew casks.

Author:Daniel Jaouen

Synopsis

New in version 1.6.

Manages Homebrew casks.

Options

parameter required default choices comments
name yes
    name of cask to install/remove
    state no present
    • installed
    • uninstalled
    state of the cask

    Examples


    - homebrew_cask: name=alfred state=present
    - homebrew_cask: name=alfred state=absent

    Table Of Contents

    Previous topic

    homebrew - Package manager for Homebrew

    Next topic

    homebrew_tap - Tap a Homebrew repository.