Sha256: cbd7655232518cfab73d00ff480eea054d8ab34651761c022596a9d210bcea8f

Contents?: true

Size: 1.7 KB

Versions: 5

Compression:

Stored size: 1.7 KB

Contents

{
  "devices": {
    "default": "<device_id>",
    "<device_id>": {
      "ip": "xxx.xxx.xxx.xxx",
      "user": "<username>",
      "password": "<password>"
    }
  },
  "projects": {
    "default": "<project id>",
    "project_dir": "<optional parent directory for all projects>",
    "<project id>": {
      "directory": "<path/to/repo>",
      "folders": ["resources","source"],
      "files": ["manifest"],
      "excludes": [],
      "app_name": "<app name>",
      "stage_method": "<git|script>",
      "stages":{
        "production": {
          "branch": "<branch>",
          "script": {"stage": "<command to stage>", "unstage": "<command to unstage, optional>"},
          "key": "key1"
        }
      }
    }
  },
  "keys": {
    "key_dir": "<optional parent directory for all keys>",
    "key1": {
      "keyed_pkg": "<path/to/signed/package>",
      "password": "<password>"
    }
  },
  "input_mapping": {
    "\\e[1~": [ "home", "Home" ],
    "<": [ "rew", "<" ],
    ">": [ "ff", ">" ],
    "=": [ "play", "=" ],
    "\r": [ "select", "Enter" ],
    "\\e[D": [ "left", "Left Arrow" ],
    "\\e[C": [ "right", "Right Arrow" ],
    "\\e[B": [ "down", "Down Arrow" ],
    "\\e[A": [ "up", "Up Arrow" ],
    "\t": [ "back", "Tab" ],
    "": [ "replay", "" ],
    "*": [ "info", "*" ],
    "\u007f": [ "backspace", "Backspace" ],
    "?": [ "search", "?" ],
    "\\e\r": [ "enter", "Alt + Enter" ],
    "\\e[5~": [ "volumeup", "Page Up" ],
    "\\e[6~": [ "volumedown", "Page Down" ],
    "\\e[4~": [ "mute", "End" ],
    "": [ "channeldown", "" ],
    "": [ "channelup", "" ],
    "": [ "tuner", "" ],
    "": [ "hdmi1", "" ],
    "": [ "hdmi2", "" ],
    "": [ "hdmi3", "" ],
    "": [ "hdmi4", "" ],
    "": [ "avi", "" ]
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
roku_builder-3.12.5 config.json.example
roku_builder-3.12.4 config.json.example
roku_builder-3.12.2 config.json.example
roku_builder-3.12.1 config.json.example
roku_builder-3.12.0 config.json.example