Skip to content

Cannot deploy verticle #17

@afterthought

Description

@afterthought

What am I missing?

The help says:
% verticle -h deploy
usage: verticle [-h | --help] deploy [-i | --instances] [-w | --worker]

...

When I run this (where EchoChamber is my class):
verticle deploy -i 1 -w false io.cozmic.usher.EchoChamber {}

I get this error:
verticle deploy -i 1 -w false io.cozmic.usher.EchoChamber {}: exception: Invalid JSON:io.cozmic.usher.EchoChamber{}

It seems like it is combining the

and the into the same argument. I think I tried almost every combination in ordering the arguments. I've looked at the code for the VerticleCommand and cannot see any problems.

Any ideas? Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions