build(deps): bump the go-minor-patch group with 4 updates
Bumps the go-minor-patch group with 4 updates: golang.org/x/oauth2, golang.org/x/mod, golang.org/x/sync and golang.org/x/sys.
Updates
golang.org/x/oauth2from 0.36.0 to 0.37.0Updates
golang.org/x/modfrom 0.40.0 to 0.41.0Updates
golang.org/x/syncfrom 0.22.0 to 0.23.0Updates
golang.org/x/sysfrom 0.47.0 to 0.48.0
updated-dependencies:
- dependency-name: golang.org/x/oauth2 dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch
- dependency-name: golang.org/x/mod dependency-version: 0.41.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-patch
- dependency-name: golang.org/x/sync dependency-version: 0.23.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-patch
- dependency-name: golang.org/x/sys dependency-version: 0.48.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-minor-patch …
Signed-off-by: dependabot[bot] support@github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
UAA Command Line Interface
CLI for 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 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.
Command Reference
See the Command Reference for the full list of commands and their options.
Goals
cf delete-app.Installation
Install with Go
Install with Homebrew
Install using the Homebrew cask from the cloudfoundry tap:
If upgrading from the old formula-based version, uninstall it first
Building from source
Troubleshooting Installation
If you encounter trust warnings with Homebrew, you can either:
Trust the specific tap (recommended):
Or temporarily disable trust requirements:
Development notes
Setting up Go
If you don’t have a working Go setup
Running the tests