{"id":35241771,"url":"https://github.com/skahack/shipctl","last_synced_at":"2026-01-14T22:41:11.235Z","repository":{"id":57526472,"uuid":"84940340","full_name":"skahack/shipctl","owner":"skahack","description":"Cluster operation commands for AWS ECS, simillar to kubectl","archived":false,"fork":false,"pushed_at":"2018-11-30T04:45:33.000Z","size":46,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-21T14:43:33.709Z","etag":null,"topics":["aws","docker","ecs"],"latest_commit_sha":null,"homepage":"","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/skahack.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":"2017-03-14T11:16:14.000Z","updated_at":"2020-06-24T21:02:53.000Z","dependencies_parsed_at":"2022-09-07T02:50:49.782Z","dependency_job_id":null,"html_url":"https://github.com/skahack/shipctl","commit_stats":null,"previous_names":["skahack/ship"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/skahack/shipctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skahack%2Fshipctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skahack%2Fshipctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skahack%2Fshipctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skahack%2Fshipctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skahack","download_url":"https://codeload.github.com/skahack/shipctl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skahack%2Fshipctl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws","docker","ecs"],"created_at":"2025-12-30T05:07:31.887Z","updated_at":"2026-01-14T22:41:11.226Z","avatar_url":"https://github.com/skahack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shipctl\n\nshipctl is a cluster operation commands for AWS ECS, simillar to kubectl.\n\n## Installation\n\nGo to the [release page](https://github.com/SKAhack/shipctl/releases).\n\n## Commands\n\n### shipctl deploy\n\nDeploy a specified task definition.\n\n```\n$ shipctl deploy [flags]\n\nFlags:\n  --backend string             Backend type of history manager (default \"SSM\")\n  --cluster string             ECS Cluster Name\n  --image image                base image of ECR image (default String: [])\n  --revision int               revision of ECS task definition\n  --service-name string        ECS Service Name\n  --slack-webhook-url string   slack webhook URL\n\nExample:\n  $ shipctl deploy --cluster foo --service-name bar --image \"bar:latest\"\n  $ shipctl deploy --cluster foo --service-name bar --image \"bar:latest\" --image \"baz:latest\" --revision 10\n```\n\n### shipctl rollback\n\nRollback previous task definition.\n\n```\n$ shipctl rollback [flags]\n\nFlags:\n  --backend string             Backend type of state manager (default \"SSM\")\n  --cluster string             ECS Cluster Name\n  --service-name string        ECS Service Name\n  --slack-webhook-url string   slack webhook URL\n\nExample:\n  $ shipctl rollback --cluster foo --service-name bar\n```\n\n### shipctl oneshot\n\nRun a specified task on the cluster for one-time job, Inspired by [hako](https://github.com/eagletmt/hako).\n\n```\n$ shipctl oneshot [flags] COMMAND\n\nFlags:\n  --cluster string        ECS cluster name\n  --service-name string   ECS service name. This flag is mutually exclusive of --taskdef-name\n  --taskdef-name string   ECS task definition name. This flag is mutually exclusive of --service-name\n  --revision int          revision of ECS task definition\n\nExample:\n  $ shipctl oneshot --cluster foo --service-name bar echo hello\n  $ shipctl oneshot --cluster foo --taskdef-name bar --revision 10 echo hello\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskahack%2Fshipctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskahack%2Fshipctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskahack%2Fshipctl/lists"}