core/generate/__snapshots__/context_test.snap
core/generate/__snapshots__/context_test.snapBrowse 1970 files
638 tokens
1,926 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1 2[TestGenerateContext - 1]3{4 "deploy": {5 "base": {6 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"7 },8 "inputs": [9 {10 "step": "build"11 }12 ],13 "startCommand": "echo hello",14 "variables": {15 "HELLO": "world"16 }17 },18 "secrets": [19 "RAILWAY_SECRET_1",20 "RAILWAY_SECRET_2"21 ],22 "steps": [23 {24 "assets": {25 "generated-mise-toml": "[tools]\n go = \"1.23.5\"\n node = \"20.18.2\"\n python = \"3.13.1\"\n\n[settings]\n idiomatic_version_file_enable_tools = [\"python\", \"node\", \"ruby\", \"elixir\", \"go\", \"java\", \"yarn\", \"pnpm\", \"bun\", \"deno\", \"dotnet\", \"rust\"]\n minimum_release_age = \"14d\"\n paranoid = true\n trusted_config_paths = [\"/app\"]\n [settings.node]\n verify = false\n"26 },27 "commands": [28 {29 "path": "/mise/shims"30 },31 {32 "customName": "create mise config",33 "name": "generated-mise-toml",34 "path": "/etc/mise/config.toml"35 },36 {37 "cmd": "mise install",38 "customName": "install mise packages: go, node, python"39 }40 ],41 "inputs": [42 {43 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"44 }45 ],46 "name": "packages:mise",47 "variables": {48 "MISE_CACHE_DIR": "/mise/cache",49 "MISE_CONFIG_DIR": "/mise",50 "MISE_DATA_DIR": "/mise",51 "MISE_INSTALLS_DIR": "/mise/installs",52 "MISE_SHIMS_DIR": "/mise/shims"53 }54 },55 {56 "commands": [57 {58 "cmd": "npm install"59 }60 ],61 "inputs": [62 {63 "include": [64 "/mise/shims",65 "/mise/installs",66 "/usr/local/bin/mise",67 "/etc/mise/config.toml",68 "/root/.local/state/mise"69 ],70 "step": "packages:mise"71 }72 ],73 "name": "install"74 },75 {76 "commands": [77 {78 "cmd": "sh -c 'echo building'",79 "customName": "echo building"80 }81 ],82 "inputs": [83 {84 "step": "install"85 }86 ],87 "name": "build",88 "secrets": [89 "*"90 ]91 }92 ]93}94---95