Sha256: 57430f57330b1b1c5444fa9de5981fe664ed7cd781322d91bcae97c9d82927a4

Contents?: true

Size: 1.5 KB

Versions: 18

Compression:

Stored size: 1.5 KB

Contents

---
# meta/qb.yml file for qb.release_yarn
# 
# qb settings for this role. see README.md for more info.
#

# description of the role to show in it's help output.
description: null

# prefix for role variables
var_prefix: null

# how to get a default for `dir` if it's not provided as the only
# positional argument. if a positional argument is provided it will
# override the method defined here.
# 
# options:
# 
# -   null
#     -   require the value on the command line.
# -   false
#     -   don't provide qb_dir (means doesn't load or save options either).
# -   git_root
#     -   use the git root fof the directory that the `qb` command is invoked
#         from. useful for 'project-centric' commands so they can be invoked
#         from anywhere in the repo.
# -   cwd
#     -   use the directory the `qb` command is invoked form.
# -   {exe: PATH}
#     -   invoke an execuable, passing a JSON serialization of the options 
#         mapping their CLI names to values. path can be relative to role
#         directory.
default_dir: null

# default user to become for play
default_user: null

# set to false to not save options in .qb-options.yml files
save_options: true

options:
# - name: example
#   description: an example of a variable.
#   required: false
#   type: boolean # boolean (default) | string
#   short: e

- name: level
  short: l
  description: level to increment version.
  required: false
  type:
    one_of:
    - major
    - minor
    - patch
    - premajor
    - preminor
    - prepatch
    - prerelease

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
qb-0.1.60 roles/qb.release_yarn/meta/qb.yml
qb-0.1.59 roles/qb.release_yarn/meta/qb.yml
qb-0.1.58 roles/qb.release_yarn/meta/qb.yml
qb-0.1.57 roles/qb.release_yarn/meta/qb.yml
qb-0.1.56 roles/qb.release_yarn/meta/qb.yml
qb-0.1.55 roles/qb.release_yarn/meta/qb.yml
qb-0.1.54 roles/qb.release_yarn/meta/qb.yml
qb-0.1.53 roles/qb.release_yarn/meta/qb.yml
qb-0.1.52 roles/qb.release_yarn/meta/qb.yml
qb-0.1.51 roles/qb.release_yarn/meta/qb.yml
qb-0.1.50 roles/qb.release_yarn/meta/qb.yml
qb-0.1.49 roles/qb.release_yarn/meta/qb.yml
qb-0.1.48 roles/qb.release_yarn/meta/qb.yml
qb-0.1.47 roles/qb.release_yarn/meta/qb.yml
qb-0.1.46 roles/qb.release_yarn/meta/qb.yml
qb-0.1.45 roles/qb.release_yarn/meta/qb.yml
qb-0.1.44 roles/qb.release_yarn/meta/qb.yml
qb-0.1.43 roles/qb.release_yarn/meta/qb.yml