Bump github.com/onsi/gomega from 1.40.0 to 1.41.0 (#135)
Bumps github.com/onsi/gomega from 1.40.0 to 1.41.0.
updated-dependencies:
- dependency-name: github.com/onsi/gomega dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Stack Auditor
Installation
cf install-plugin <path_to_binary>.Alternative: Compile from source
Prerequisite: Have a working golang environment with correctly set
GOPATH.Usage
Install the plugin with
cf install-plugin <path_to_binary>or use the shell scripts./scripts/install.shor./scripts/reinstall.sh.cf audit-stack [--csv | --json]. These optional flags return csv or json format instead of plain text.cf change-stack <app> <stack>. This will attempt to perform a zero downtime restart. Make sure to target the space that contains the app you want to re-associate.cf delete-stack <stack> [--force | -f]Run the Tests
Target a cloudfoundry with the following prerequisites:
operations/experimental/add-cflinuxfs4.ymlThen run:
./scripts/all-tests.sh