Sha256: 25cd83b4d0d75637ddf5a56ab0485dd5523a4fe5618f0b794b0daad7bb66c948

Contents?: true

Size: 1.7 KB

Versions: 58

Compression:

Stored size: 1.7 KB

Contents

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

# description of the role to show in it's help output.
description: load package.json into a variable.

# 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.
# -   {find_up: FILENAME}
#     -   starting at the current direcotry and climbing up to parent 
#         directories, use the first one that contains FILENAME. error
#         if none is found.
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: false

options: # []
# - name: example
#   description: an example of a variable.
#   required: false
#   type: boolean # boolean (default) | string
#   short: e
- name: dir
  description: direcotry containing package.json
  type: string
  short: p
  
- name: dump
  description: dump value via debug task.
  type: boolean
  short: d
  

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
qb-0.3.18 roles/qb.package_json_info/meta/qb.yml
qb-0.3.17 roles/qb.package_json_info/meta/qb.yml
qb-0.3.16 roles/qb.package_json_info/meta/qb.yml
qb-0.3.15 roles/qb.package_json_info/meta/qb.yml
qb-0.3.14 roles/qb.package_json_info/meta/qb.yml
qb-0.3.13 roles/qb.package_json_info/meta/qb.yml
qb-0.3.12 roles/qb.package_json_info/meta/qb.yml
qb-0.3.11 roles/qb.package_json_info/meta/qb.yml
qb-0.3.10 roles/qb.package_json_info/meta/qb.yml
qb-0.3.9 roles/qb.package_json_info/meta/qb.yml
qb-0.3.8 roles/qb.package_json_info/meta/qb.yml
qb-0.3.7 roles/qb.package_json_info/meta/qb.yml
qb-0.3.6 roles/qb.package_json_info/meta/qb.yml
qb-0.3.5 roles/qb.package_json_info/meta/qb.yml
qb-0.3.4 roles/qb.package_json_info/meta/qb.yml
qb-0.3.3 roles/qb.package_json_info/meta/qb.yml
qb-0.3.2 roles/qb.package_json_info/meta/qb.yml
qb-0.3.1 roles/qb.package_json_info/meta/qb.yml
qb-0.1.88 roles/qb.package_json_info/meta/qb.yml
qb-0.1.87 roles/qb.package_json_info/meta/qb.yml