SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

app and service names should be case-insenstive #85

Open ccheetham opened 4 years ago

ccheetham commented 4 years ago

The following should succeed, not fail:

% st add-service mysql myService
s% t args -t cloud-foundry MYSERVICE db-small
App or service 'MYSERVICE' does not exist
jkonicki commented 4 years ago

Need to investigate whether the environment you are deploying to should be case sensitive or not.