Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zkurdparwar19/cli

Tags

v6.50.0

Toggle v6.50.0's commit message
Lint requires `else if cond`, rather than `else {if cond`

v7.0.0-beta.30

Toggle v7.0.0-beta.30's commit message
add cli-v7 cats config task

v7.0.0-beta.29

Toggle v7.0.0-beta.29's commit message
Fix displaying of empty quotas tables

* When the API returns a list of empty quotas, the CLI user should
see the message `No [space/org] quotas found` instead of table headers
with empty rows.

[finishes #165135189]

Co-authored-by: Reid Mitchell <[email protected]>
Co-authored-by: Mona Mohebbi <[email protected]>

v6.49.0

Toggle v6.49.0's commit message
v7: Align restart behavior with push & restage

- During a non-rolling restart, `cf restart` would previously ignore the
no-wait flag. This is inconsistent with the behavior of `cf push` and
now `cf restage`.
- This commit ensures that `cf restart` respects the value of the no-wait
flag, whether or not the deployment strategy is set to rolling.
- This commit also makes helper methods in the restart command private
since they are not used elsewhere.

[#169413098]

Co-authored-by: Belinda Liu <[email protected]>

v7.0.0-beta.28

Toggle v7.0.0-beta.28's commit message
Fix goimports error

Saw this error in CI:
```
golangci-lint run
command/v7/restage_command_test.go:4: File is not `goimports`-ed (goimports)
	"code.cloudfoundry.org/cli/command/translatableerror"
make: *** [Makefile:80: golangci-lint] Error 1
```

Ran `goimports -w command/v7/restage_command_test.go` to try and fix it

v6.48.0

Toggle v6.48.0's commit message
Bump version to 6.48.0

Co-authored-by: Alexander Berezovsky <[email protected]>

v6.47.2

Toggle v6.47.2's commit message
v7: Update expected help text for set-{org,space}-role

We improved the help text for these commands, and now updating the
expected output in the integration tests.

Authored-by: Reid Mitchell <[email protected]>

v7.0.0-beta.27

Toggle v7.0.0-beta.27's commit message
v7: Update set-{org,space}-role global integration tests

We made some changes on the API side to improve the error message when
the user does not exist. Also, the commands now look for the org/space
by name before trying to do anything with the user, so we have to make
sure the org/space actually exist in our test. This gets past the
"org/space not found" error to let us really test the user-not-found
case.

Authored-by: Reid Mitchell <[email protected]>

diff

Toggle diff's commit message
Fix typo in test

Co-authored-by: Belinda Liu <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>

v6.47.1

Toggle v6.47.1's commit message
Bump version to 6.47.1