Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v8(services): services cmd should use V3 API #2137

Merged
merged 1 commit into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions command/common/command_list_v7.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ type commandList struct {
ServiceBrokers v7.ServiceBrokersCommand `command:"service-brokers" description:"List service brokers"`
ServiceKey v7.ServiceKeyCommand `command:"service-key" description:"Show service key info"`
ServiceKeys v7.ServiceKeysCommand `command:"service-keys" alias:"sk" description:"List keys for a service instance"`
Services v6.ServicesCommand `command:"services" alias:"s" description:"List all service instances in the target space"`
ServicesV3 v7.ServicesCommand `command:"v3-services" alias:"s" description:"List all service instances in the target space"`
Services v7.ServicesCommand `command:"services" alias:"s" description:"List all service instances in the target space"`
SetDroplet v7.SetDropletCommand `command:"set-droplet" description:"Set the droplet used to run an app"`
SetEnv v7.SetEnvCommand `command:"set-env" alias:"se" description:"Set an env variable for an app"`
SetHealthCheck v7.SetHealthCheckCommand `command:"set-health-check" description:"Change type of health check performed on an app's process"`
Expand Down
159 changes: 0 additions & 159 deletions command/v6/services_command.go

This file was deleted.

216 changes: 0 additions & 216 deletions command/v6/services_command_test.go

This file was deleted.

Loading