{"id":19044337,"url":"https://github.com/tilt-dev/tilt-inspector","last_synced_at":"2025-04-23T23:26:22.810Z","repository":{"id":38288661,"uuid":"360574026","full_name":"tilt-dev/tilt-inspector","owner":"tilt-dev","description":"A small debugging server to help inspect Tilt state","archived":false,"fork":false,"pushed_at":"2023-01-08T00:03:11.000Z","size":822,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T03:16:37.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tilt-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-22T15:51:28.000Z","updated_at":"2024-01-26T12:06:16.000Z","dependencies_parsed_at":"2023-02-08T03:45:22.632Z","dependency_job_id":null,"html_url":"https://github.com/tilt-dev/tilt-inspector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Ftilt-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilt-dev","download_url":"https://codeload.github.com/tilt-dev/tilt-inspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250530670,"owners_count":21445835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T22:45:47.675Z","updated_at":"2025-04-23T23:26:22.775Z","avatar_url":"https://github.com/tilt-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tilt-inspector\n\nA small debugging server to help inspect Tilt state\n\n\n## Start\n\nRun:\n\n```\nnpm run start\n```\n\n## API Machinery\n\nThis server uses openapi/swagger and the Kubernetes API machinery\nto generate a typescript client for the Tilt API server.\n\nTo regenerate it:\n\n- Make sure Tilt is running. You'll need a running Tilt server to generate the openapi spec.\n\n- In this directory, run the openapi spec generator:\n\n```\ntilt dump openapi \u003e ./src/gen/swagger.json.original\n```\n\n- In this directory, run the Kubernetes client generator:\n\n```\nmake genapi\n```\n\n## API Client\n\nEventually, we should break out the typescript client into its own package.\n\nBut for now, you can import it directly:\n\n```\n// Connect to a running Tilt server and print the session data.\nconst client = require('./src/client').newTiltClient();\nclient.listSession().\n  then((res) =\u003e {\n    console.log(JSON.stringify(res.body.items, null, '  '));\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Ftilt-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilt-dev%2Ftilt-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Ftilt-inspector/lists"}