{"id":19601542,"url":"https://github.com/berttejeda/bert.yamlcli","last_synced_at":"2025-10-12T23:03:40.827Z","repository":{"id":254941729,"uuid":"848029296","full_name":"berttejeda/bert.yamlcli","owner":"berttejeda","description":"Create command-line interfaces in GO from YAML","archived":false,"fork":false,"pushed_at":"2025-06-13T21:04:43.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T13:43:22.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/berttejeda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-08-27T02:07:16.000Z","updated_at":"2025-06-13T21:04:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"85edbaf0-2ead-457d-9ac3-8bfe4384f1ba","html_url":"https://github.com/berttejeda/bert.yamlcli","commit_stats":null,"previous_names":["berttejeda/bert.yamlcli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/berttejeda/bert.yamlcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berttejeda%2Fbert.yamlcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berttejeda%2Fbert.yamlcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berttejeda%2Fbert.yamlcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berttejeda%2Fbert.yamlcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berttejeda","download_url":"https://codeload.github.com/berttejeda/bert.yamlcli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berttejeda%2Fbert.yamlcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013418,"owners_count":26085274,"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-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-11-11T09:18:51.568Z","updated_at":"2025-10-12T23:03:40.792Z","avatar_url":"https://github.com/berttejeda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nThis is a Go library for defining CLI interfaces using yaml files.\n\nThe underlying CLI library is [alecthomas/kingpin](https://github.com/alecthomas/kingpin).\n\n# Features\n\nSo far, this library supports creating a cli using an ansible playbook with specially formatted vars.\n\n# Usage\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/berttejeda/bert.yamlcli/ansible\"\n  logger \"github.com/sirupsen/logrus\"\n)\n\nfunc main() {\n  cli, _ := ansible.MakeCLIFromAnsiblePlaybook(\"Taskfile.yaml\")\n  fmt.Println(cli)\n}\n\n```\n\n# Examples\n\nConsult the [examples](examples) directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberttejeda%2Fbert.yamlcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberttejeda%2Fbert.yamlcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberttejeda%2Fbert.yamlcli/lists"}