SteeltoeOSS / Tooling

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

Running deploy, undeploy, or status when no target set results in stacktrace #32

Closed ccheetham closed 5 years ago

ccheetham commented 5 years ago

To reproduce:

% steeltoe init
Project initialized for Steeltoe Developer Tools
% steeltoe add config config-server
Added config-server service 'config'
% steeltoe deploy
System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.) ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Steeltoe.Tooling.ServiceManager.GetServiceBackend() in ...
cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/160824375

The labels on this github issue will be updated when the story is started.