Sha256: 91512b910225aa9df0e73f44cf588bd1e8bc7b2b19228c797cd75a557c88acdf

Contents?: true

Size: 1.69 KB

Versions: 55

Compression:

Stored size: 1.69 KB

Contents

{
  "devices": {
    "default": "<device_id>",
    "<device_id>": {
      "ip": "xxx.xxx.xxx.xxx",
      "user": "rokudev",
      "password": "<password>"
    }
  },
  "projects": {
    "default": "<project id>",
    "project_dir": "<optional parent directory for all projects>",
    "<project id>": {
      "directory": "<path/to/repo>",
      "source_files": ["resources","source", "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_mappings": {
    "\\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

55 entries across 55 versions & 1 rubygems

Version Path
roku_builder-4.30.0 config.json.example
roku_builder-4.29.9 config.json.example
roku_builder-4.29.8 config.json.example
roku_builder-4.29.7 config.json.example
roku_builder-4.29.6 config.json.example
roku_builder-4.29.4 config.json.example
roku_builder-4.29.2 config.json.example
roku_builder-4.29.1 config.json.example
roku_builder-4.28.0 config.json.example
roku_builder-4.27.2 config.json.example
roku_builder-4.27.1 config.json.example
roku_builder-4.27.0 config.json.example
roku_builder-4.26.2 config.json.example
roku_builder-4.26.1 config.json.example
roku_builder-4.26.0 config.json.example
roku_builder-4.25.6 config.json.example
roku_builder-4.25.5 config.json.example
roku_builder-4.25.4 config.json.example
roku_builder-4.25.3 config.json.example
roku_builder-4.25.1 config.json.example