Dev

Watches current configuration and auotmatically runs jumppad up when changes are detected. Dev mode can be used when building your Jumppad configuration, or for continuously building applications as part of your development workflow.

asciicast

Usage

jumppad dev ./config_folder

Flags

  • Name
    interval
    Type
    (duration: 5s)
    Required
    Readonly
    Description

    Interval to check for changes. E.g. --interval=5s (default "5s")

  • Name
    var
    Type
    (string: "")
    Required
    Readonly
    Description

    Allows setting variables from the command line, variables are specified as a key and value, e.g --var key=value. Can be specified multiple times

  • Name
    vars-file
    Type
    (string: "")
    Required
    Readonly
    Description

    Load variables from a location other than *.vars files in the blueprint folder. E.g --vars-file=./file.vars

  • Name
    disable-tty
    Type
    (bool: )
    Required
    Readonly
    Description

    Disables the tty mode for dev creating a linea log output