{"id":18978243,"url":"https://github.com/autodesk/shore","last_synced_at":"2025-09-07T16:47:17.106Z","repository":{"id":61986783,"uuid":"533855984","full_name":"Autodesk/shore","owner":"Autodesk","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-10T19:58:31.000Z","size":7992,"stargazers_count":20,"open_issues_count":50,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-19T19:40:40.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Autodesk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-07T16:48:02.000Z","updated_at":"2025-04-09T13:50:00.000Z","dependencies_parsed_at":"2024-03-16T06:47:16.144Z","dependency_job_id":null,"html_url":"https://github.com/Autodesk/shore","commit_stats":{"total_commits":117,"total_committers":10,"mean_commits":11.7,"dds":0.4700854700854701,"last_synced_commit":"eca4a5adee3443ef2d6a1fbe8ed6ba967fb152b7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Autodesk/shore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fshore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fshore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fshore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fshore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autodesk","download_url":"https://codeload.github.com/Autodesk/shore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2Fshore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274065653,"owners_count":25216443,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T15:32:44.619Z","updated_at":"2025-09-07T16:47:17.077Z","avatar_url":"https://github.com/Autodesk.png","language":"Go","readme":"# Shore\n\nShore (verb) is a tool used to develop deployment pipelines for different pipeline based products like Spinnaker.\n\n## Installing shore\n\n\u003c!-- TODO Fill these with the correct information --\u003e\n\n### As a binary\n\n#### Released\n\n1. Shore released binaries can be found in archived format at shore's github releases page:  \u003chttps://github.com/Autodesk/shore/releases\u003e\n2. To download the binary relevant for you platform click on the file name and save the file to the disk.\n3. Un-archive, e.g. for tar.gz for Mac OS:\n\n```shell\ncd ~/Downloads\ntar -xzf shore_0.0.2_Darwin_x86_64.tar.gz -C /usr/local/bin/\nchmod +x /usr/local/bin/shore\nshore -h\n```\n\n#### Current/Nightly build\n\n\u003c!-- TODO Fill these with the correct information --\u003e\n\n### As a docker image\n\n1. Shore released docker images links can be found at shore's github releases page:  \u003chttps://github.com/Autodesk/shore/releases\u003e\n\n```shell\ndocker pull ***REMOVED***/shore/shore:v0.0.2\ndocker run ***REMOVED***/shore/shore:v0.0.2 -h\n```\n\n## Building Shore\n\n```bash\ngit clone git@github.com:Autodesk/shore.git\n\ngo mod download\ngo mod vendor\ngo build -o shore cmd/shore/shore.go\n./shore\n```\n\n### Reading/Rendering files\n\nJSONNET/{INSERT LANGUAGE} files will read from `./{project_path}/main.pipeline.jsonnet`.\n\nOnly top level files that generate a `Pipeline` object will be rendered.\n\n```bash\n{project_path}/main.pipeline.jsonnet # RENDERS A PIPELINE\n\n# ---- DOES NOT RENDER A PIPELINE ----\n{project_path}/pipelines/MYSUBDIRECTORY/not-really-main.jsonnet\n```\n\n`Pipeline` objects can be identified using a validation method that conforms to one of the supported backends.\n\n### Saving to a backend\n\nThe rendered output is stored in Memory and is passed on to the correct backend service provider.\n\nAs of today (30 Mar 2021) only Spinnaker is supported as a backend service.\n\nThe framework will not validate the input before pushing to a backend as combinations may be very tricky to validate.\n\nInstead the framework will try to provide known good values for a specific backend configuration (I.E. Spinnaker)\n\n### Tools\n\nThe framework will provide a few packages and functions for customer's to consume.\n\nThese packages will be made available through the common resources and identified at runtime.\n\nTo get these common resources, we recommend using [Jsonnet-Bundler](https://github.com/jsonnet-bundler/jsonnet-bundler/)\n\n## Release\n\n\u003c!-- TODO Fill these with the correct information --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2Fshore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk%2Fshore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2Fshore/lists"}