{"id":18248065,"url":"https://github.com/kanmu/demitas2","last_synced_at":"2026-01-25T07:33:57.852Z","repository":{"id":38448097,"uuid":"495083048","full_name":"kanmu/demitas2","owner":"kanmu","description":"Wrapper for ecspresso that creates task definitions at run time.","archived":false,"fork":false,"pushed_at":"2026-01-12T21:27:50.000Z","size":208,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T19:40:06.490Z","etag":null,"topics":["aws","ecs","ecspresso"],"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/kanmu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-22T14:26:04.000Z","updated_at":"2025-12-19T03:51:33.000Z","dependencies_parsed_at":"2022-08-19T15:51:34.477Z","dependency_job_id":"3ced2bee-523e-4b71-b5bc-e6bc7317c8cc","html_url":"https://github.com/kanmu/demitas2","commit_stats":null,"previous_names":["winebarrel/demitas2"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/kanmu/demitas2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanmu%2Fdemitas2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanmu%2Fdemitas2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanmu%2Fdemitas2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanmu%2Fdemitas2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanmu","download_url":"https://codeload.github.com/kanmu/demitas2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanmu%2Fdemitas2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28747586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T05:12:38.112Z","status":"ssl_error","status_checked_at":"2026-01-25T05:04:50.338Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ecs","ecspresso"],"created_at":"2024-11-05T09:35:27.410Z","updated_at":"2026-01-25T07:33:57.835Z","avatar_url":"https://github.com/kanmu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# demitas2\n\n[![build](https://github.com/kanmu/demitas2/actions/workflows/build.yml/badge.svg)](https://github.com/kanmu/demitas2/actions/workflows/build.yml)\n\nWrapper for ecspresso that creates task definitions at run time.\n\n## Requirement\n\n* [ecspresso](https://github.com/kayac/ecspresso)\n* [AWS CLI](https://aws.amazon.com/cli/)\n* [Session Manager plugin](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)\n\n## Installation\n\n```\nbrew install kanmu/tools/demitas2\n```\n\n## Usage\n\n```\nUsage: dmts --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\" \u003ccommand\u003e\n\nFlags:\n  -h, --help                       Show context-sensitive help.\n      --version\n      --ecspresso-cmd=\"ecspresso\"\n                                   ecspresso command path ($ECSPRESSO_CMD).\n  -X, --ecspresso-opts=STRING      Options passed to ecspresso\n                                   ($ECSPRESSO_OPTS).\n      --dry-run                    Run ecspresso with dry-run.\n  -P, --aws-profile=STRING         AWS profile name ($AWS_PROFILE)\n  -d, --conf-dir=\"~/.demitas\"      Config file base dir ($DMTS_CONF_DIR).\n      --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,...\n                                   ecspresso config file name ($ECSPRESSO_CONF).\n      --container-def=\"ecs-container-def.jsonnet\"\n                                   ECS container definition file name\n                                   ($DMTS_CONT_DEF).\n  -e, --config-overrides=STRING    JSON/YAML string that overrides ecspresso\n                                   config.\n  -s, --service-overrides=STRING\n                                   JSON/YAML string that overrides ECS service\n                                   definition.\n  -t, --task-overrides=STRING      JSON/YAML string that overrides ECS task\n                                   definition.\n  -c, --container-overrides=STRING\n                                   JSON/YAML string that overrides ECS container\n                                   definition.\n      --cluster=STRING             ECS cluster name ($DMTS_CLUSTER).\n      --overrides-file=\".demitas.jsonnet\"\n                                   demitas overrides config file name\n                                   ($DMTS_OVERRIDES_FILE).\n\nCommands:\n  run --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\"\n    Run ECS task.\n\n  exec --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\" --command=\"bash\"\n    Run ECS task and execute a command on a container.\n\n  port-forward --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\" --remote-host=STRING --remote-port=UINT --local-port=UINT\n    Forward a local port to a container.\n\n  profiles --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\"\n    List profiles.\n\n  install-completions --ecspresso-cmd=\"ecspresso\" --conf-dir=\"~/.demitas\" --config=ecspresso.yml,ecspresso.json,ecspresso.jsonnet,... --container-def=\"ecs-container-def.jsonnet\"\n    Install shell completions\n\nRun \"dmts \u003ccommand\u003e --help\" for more information on a command.\n```\n\n## Install shell completions\n\n```\ndmts install-completions \u003e\u003e ~/.zshrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanmu%2Fdemitas2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanmu%2Fdemitas2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanmu%2Fdemitas2/lists"}