{"id":20028626,"url":"https://github.com/phase2/rig","last_synced_at":"2025-05-05T03:32:18.002Z","repository":{"id":57522527,"uuid":"81984913","full_name":"phase2/rig","owner":"phase2","description":"Outrigger command line tool","archived":false,"fork":false,"pushed_at":"2018-12-12T22:45:33.000Z","size":368,"stargazers_count":11,"open_issues_count":33,"forks_count":8,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-04-08T16:05:26.055Z","etag":null,"topics":["cli","docker","docker-machine","linux","osx","outrigger"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phase2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-14T20:15:41.000Z","updated_at":"2024-05-07T14:04:57.000Z","dependencies_parsed_at":"2022-08-26T23:41:34.687Z","dependency_job_id":null,"html_url":"https://github.com/phase2/rig","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Frig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Frig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Frig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase2%2Frig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phase2","download_url":"https://codeload.github.com/phase2/rig/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435176,"owners_count":21747358,"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":["cli","docker","docker-machine","linux","osx","outrigger"],"created_at":"2024-11-13T09:15:48.507Z","updated_at":"2025-05-05T03:32:17.602Z","avatar_url":"https://github.com/phase2.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rig - Outrigger CLI [![Build Status](https://travis-ci.org/phase2/rig.svg?branch=develop)](https://travis-ci.org/phase2/rig)\n\n\u003e A CLI for managing the Outrigger's container-driven development stack.\n\nSee the [documentation for more details](http://docs.outrigger.sh).\nSee the [CONTRIBUTING.md](./CONTRIBUTING.md) for developer documentation.\n\n## Built on Dependencies\n\nWe make use of a few key libraries to do all the fancy stuff that the `rig` CLI will do.\n\n * https://github.com/urfave/cli\n     * The entire CLI framework from helps text to flags.\n     This was an easy cli to build b/c of this library.\n * https://github.com/fatih/color\n     * All the fancy terminal color output\n * https://github.com/bitly/go-simplejson\n     * The JSON parse and access library used primarily with the output\n     of `docker-machine inspect`\n * https://gopkg.in/yaml.v2\n     * The YAML library for parsing/reading YAML files\n * https://github.com/martinlindhe/notify\n     * Cross-platform desktop notifications\n\n## Release Instructions\n\nWe use [GoReleaser](https://goreleaser.com) to handle nearly all of our release concerns.  GoReleaser will handle\n\n* Building for all target platforms\n* Creating a GitHub release on our project page based on tag\n* Creating archive files for each target platform and attach it to the GitHub release\n* Creating .deb and .rpm packages for linux installations and attaching those to the GitHub release\n* Updating the Homebrew formula and publish it\n\n### To create a new release of rig:\n\n* Get all the code committed to `master`\n* Tag master with the new version number `git tag 2.1.0 \u0026\u0026 git push --tags`\n* Run `docker-compose run --rm goreleaser`\n* ...\n* Profit!\n\n### To create a new release candidate (RC) of rig:\n\nIf we want to roll out an RC to GitHub for folks to test, we simply need to run with a different GoReleaser\nconfiguration that does not publish to homebrew, just to a GitHub release that is marked pre-production.\n\n* Get all the code committed to `develop`\n* Tag develop with the new version number `git tag 2.1.0-rc1 \u0026\u0026 git push --tags`\n* Run `docker-compose run --rm goreleaser --config .goreleaser.rc.yml`\n* ...\n* Profit!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Frig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphase2%2Frig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase2%2Frig/lists"}