{"id":19040793,"url":"https://github.com/cloudfoundry/uaa-cli","last_synced_at":"2025-07-27T20:04:32.273Z","repository":{"id":41850644,"uuid":"101806774","full_name":"cloudfoundry/uaa-cli","owner":"cloudfoundry","description":"CLI for UAA written in Go","archived":false,"fork":false,"pushed_at":"2025-06-06T11:57:19.000Z","size":9606,"stargazers_count":21,"open_issues_count":17,"forks_count":14,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-06-14T00:03:20.271Z","etag":null,"topics":["cloudfoundry","experimental","uaa"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-29T21:04:45.000Z","updated_at":"2025-05-29T19:43:17.000Z","dependencies_parsed_at":"2023-09-26T21:37:22.385Z","dependency_job_id":"42be939c-0395-4947-a44b-8f0b5114a336","html_url":"https://github.com/cloudfoundry/uaa-cli","commit_stats":null,"previous_names":["cloudfoundry-incubator/uaa-cli"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry/uaa-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fuaa-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fuaa-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fuaa-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fuaa-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry","download_url":"https://codeload.github.com/cloudfoundry/uaa-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fuaa-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267417598,"owners_count":24083837,"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-27T02:00:11.917Z","response_time":82,"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":["cloudfoundry","experimental","uaa"],"created_at":"2024-11-08T22:25:12.356Z","updated_at":"2025-07-27T20:04:32.195Z","avatar_url":"https://github.com/cloudfoundry.png","language":"Go","readme":"# UAA Command Line Interface\n\nCLI for [UAA](https://github.com/cloudfoundry/uaa) written in golang. This is an alterntive to using uaac which is wirtten in Ruby.  At this time it performs a limited subset of the features provided by the [uaac](https://github.com/cloudfoundry/cf-uaac) gem.  The team plans to continue development on the golang CLI going forward, and once it's considered fully GA, intends to place it alongside uaac with a long-term intention of one day deprecating uaac.\n\n### Goals\n\n- To provide a CLI which can be easily installed in environments without a functioning Ruby setup\n- To more closely conform to the style of other widely used CLIs in the CF ecosystem, e.g. the cf CLI. Commands should be of the form VERB-NOUN, similar to `cf delete-app`.\n- To provide outputs that are machine-parseable whenever possible.\n- To improve the quality of help strings and error messages so that users can self-diagnose problems and unblock themselves.\n- To provide only the essential, highly used and/or required command options.\n\n### Trying out the latest code\n\n```\ngo get code.cloudfoundry.org/uaa-cli\ncd $GOPATH/src/code.cloudfoundry.org/uaa-cli\nmake \u0026\u0026 make install\nuaa -h\n```\nOr, install it using brew.  It's been made available as part of the [cloudfoundry tap](https://github.com/cloudfoundry/homebrew-tap)\n\n```\nbrew install cloudfoundry/tap/uaa-cli\n```\n\n## Development notes\n\n### Setting up Go\n\nIf you don't have a working Go setup\n\n```\nbrew update\nbrew install go\n\necho 'export GOPATH=\"$HOME/go\"' \u003e\u003e ~/.bash_profile\necho 'export PATH=\"$GOPATH/bin:$PATH\"' \u003e\u003e ~/.bash_profile\n```\n\n### Running the tests\n\n```\ncd $GOPATH/src/code.cloudfoundry.org/uaa-cli\nginkgo -r -randomizeAllSpecs -randomizeSuites\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fuaa-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry%2Fuaa-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fuaa-cli/lists"}