The current usage scheme of the openshift express client is the following:
User user = new User(username, password);
IDomain domain = user.createDomain(name);
IApplication application = user.createApplication(name, cartridge);
...
there's currently no User#createDomain().
- is related to
-
JBIDE-9591 Openshift Express: create RHC alike tooling that is able to create domain/app etc.
- Closed