Hi,
It seems that command is not implemented anymore? I looked at the file
and I see:
@Service(name = "stop-local-instance")
I'm implementing the start-instance command (also not available) so
wondering when the start-local-instance command will be "fixed".
I created a class that has implements AdminCommand and created a service
as follows:
@Service(name = "start-instance")
@Async
@I18n("start.instance.command")
public class StartInstanceCommand implements AdminCommand, PostConstruct {
When I try to run start-instance I get a message:
asadmin start-instance
CLI194 Previously supported command: start-instance is not supported for
this release.
What do I need to do here so I can run the command? Where is the list
of unsupported legacy commands?
Thanks,
Carla