{"id":18282286,"url":"https://github.com/technosophos/trello-cli","last_synced_at":"2026-05-10T03:52:43.121Z","repository":{"id":66850815,"uuid":"120858261","full_name":"technosophos/trello-cli","owner":"technosophos","description":"Dockerizer for Trello CLI","archived":false,"fork":false,"pushed_at":"2018-02-09T05:41:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T23:47:28.379Z","etag":null,"topics":["brigade","docker-image","kubernetes","trello"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technosophos.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}},"created_at":"2018-02-09T04:54:21.000Z","updated_at":"2018-02-09T05:41:05.000Z","dependencies_parsed_at":"2023-02-22T23:31:21.008Z","dependency_job_id":null,"html_url":"https://github.com/technosophos/trello-cli","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/technosophos%2Ftrello-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Ftrello-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Ftrello-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technosophos%2Ftrello-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technosophos","download_url":"https://codeload.github.com/technosophos/trello-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247982752,"owners_count":21028180,"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":["brigade","docker-image","kubernetes","trello"],"created_at":"2024-11-05T13:04:48.588Z","updated_at":"2026-05-10T03:52:43.089Z","avatar_url":"https://github.com/technosophos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trello-cli Dockerfile\n\nThis is a Dockerfile for the [trello-cli](https://github.com/mheap/trello-cli)\ncommandline client for [Trello](https://trello.com/).\n\n## Building\n\nTo build this:\n\n```\nmake docker-build\n```\n\nTo push to a registry:\n\n```\nmake docker-push\n```\n\n## Configuration\n\nYou will need to setup your API keys to access your Trello boards. To get your\nkeys, head [over here](https://trello.com/app-key).\n\nThe easest way to configure credentials is to set the environment variable `$APIKEY`\nto the API Key Trello gives you, then generate a token and add it as the env\nvar `$TOKEN`.\n\nFrom there run `env2creds` in the container to generate the credentials.\n\n_You are strongly encouraged to run `trello refresh` before doing anything_\n\nIn [brigade](http://brigade.sh), it looks like this:\n\n```javascript\nconst { events, Job } = require(\"brigadier\");\n\nevents.on(\"exec\", (e, p) =\u003e {\n  trello = new Job(\"trello\", \"technosophos/trello-cli:latest\")\n  trello.env = {\n    APIKEY: p.secrets.TRELLO_APIKEY,\n    TOKEN: p.secrets.TRELLO_TOKEN\n  }\n\n  trello.tasks = [\n    \"env2creds\",\n    \"trello refresh\",\n    \"trello show-boards -i\"\n  ];\n\n  trello.run().then( res =\u003e {\n    console.log(res.toString());\n  });\n\n});\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnosophos%2Ftrello-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnosophos%2Ftrello-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnosophos%2Ftrello-cli/lists"}