{"id":15917371,"url":"https://github.com/victoravelar/mollie-cli","last_synced_at":"2025-07-22T20:35:04.059Z","repository":{"id":36951743,"uuid":"302923209","full_name":"VictorAvelar/mollie-cli","owner":"VictorAvelar","description":"Mollie is a command line interface (CLI) for the Mollie REST API.","archived":false,"fork":false,"pushed_at":"2025-01-21T10:51:51.000Z","size":788,"stargazers_count":3,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T07:41:22.626Z","etag":null,"topics":["cli","developer-tools","hacktoberfest","mollie","mollie-payments-api","payment"],"latest_commit_sha":null,"homepage":"https://victoravelar.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VictorAvelar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2020-10-10T14:45:12.000Z","updated_at":"2024-10-12T17:24:35.000Z","dependencies_parsed_at":"2024-10-27T15:16:16.661Z","dependency_job_id":"04df0257-fa20-4060-a06d-db12719f16b3","html_url":"https://github.com/VictorAvelar/mollie-cli","commit_stats":{"total_commits":362,"total_committers":6,"mean_commits":"60.333333333333336","dds":0.4558011049723757,"last_synced_commit":"a6b7c23c242e354becb8ab51e28229938defbc72"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/VictorAvelar/mollie-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorAvelar%2Fmollie-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorAvelar%2Fmollie-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorAvelar%2Fmollie-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorAvelar%2Fmollie-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorAvelar","download_url":"https://codeload.github.com/VictorAvelar/mollie-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorAvelar%2Fmollie-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266567791,"owners_count":23949417,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["cli","developer-tools","hacktoberfest","mollie","mollie-payments-api","payment"],"created_at":"2024-10-06T18:10:24.827Z","updated_at":"2025-07-22T20:35:04.012Z","avatar_url":"https://github.com/VictorAvelar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mollie-cli\n\n## :warning: This is a work in progress\n\nmollie-cli provides a developer friendly way to interact with [Mollie's REST API](https://docs.mollie.com/reference/v2).\n\nIt also works as a good example of how to use the [mollie-api-go](https://github.com/VictorAvelar/mollie-api-go) sdk.\n\n## CLI Documentation\n\nGenerated automatically using cobra. [Read the command docs](docs/mollie.md)\n\n## Installation\n\nYou can install this cli using the go toolchain.\n\n```bash\ngo install github.com/VictorAvelar/mollie-cli/cmd/mollie@latest\n```\n\n### Building from source\n\n```bash\ngit clone git@github.com:VictorAvelar/mollie-cli.git\n```\n\nThe compile the library yourself, there are a couple of make commands to support this:\n\nIf you want to compile your current branch:\n\n```bash\nmake compile-current\n```\n\nIf you want to compile master:\n\n```bash\nmake compile-master\n```\n\n## Configuration\n\nCopy the config file [`.mollie.yaml`](.mollie.yaml) to your home folder or your home folder config. If you are using this during development you can also create a copy in the directory where you execute mollie commands or specify a custom location using the `--config` flag.\n\nYou can also run:\n\n```bash\nwget https://raw.githubusercontent.com/VictorAvelar/mollie-cli/master/.mollie.yaml\n```\n\n## Example config\n\n```yaml\nmollie:\n  core:\n    # Print JSON togeth er with the standard tab formatted format.\n    json: false\n    # Enables verbose logging during the command execution.\n    verbose: false\n    # Enables printing the curl representation for the request\n    # performed, useful for importing to other tools like postman,\n    # insomnia, etc...\n    curl: false\n    # For some features it is necessary to specify the type of\n    # actions being performed especially when using organization\n    # tokens. Accepted values are test/live.\n    mode: test\n    # Debug prints the report caller on log entries.\n    debug: true\n    # Set a custom path to parse config, by default the CLI will\n    # attempt to parse from ~, ~/.config, and the current working\n    # directory (pwd).\n    config:\n      default: true\n      custom_path: \".\"\n  # Fields are each of the data points returned as part of a response\n  # all contains all the possible printable values and printable must\n  # contain the values you want to print by default, printable can be\n  # overwritten by using the persistent `-f` flag.\n  fields:\n  # ... field map definition\n```\n\n## Roadmap\n\n## Authentication\n\n- [x] API token authentication\n- [x] Organization token authentication\n- [x] Custom env variable authentication\n- [ ] Mollie connect OAuth2\n\n## Resources\n\n- [x] Payments\n- [x] Methods\n- [x] Refunds\n- [x] Chargebacks\n- [x] Captures\n- [ ] Orders\n- [ ] Shipments\n- [x] Customers\n- [ ] Mandates\n- [ ] Subscriptions\n- [ ] Connect\n- [x] Permissions\n- [ ] Organizations\n- [x] Profiles\n- [ ] Onboarding\n- [ ] Settlements\n- [x] Invoices\n- [ ] Miscellaneous\n\n## Utilities\n\n- [x] Browse - Opens Mollie related resources on a web browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoravelar%2Fmollie-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictoravelar%2Fmollie-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoravelar%2Fmollie-cli/lists"}