Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4939

CLONE - CLI: unable to specify command arguments to echo-dmr command

XMLWordPrintable

      It seems to be impossible to specify command arguments to echo-dmr command beginning with double-dash.

      While e.g. this works:
      [domain@localhost:9999 /] echo-dmr undeploy deployment0.war
      {
      "operation" => "composite",
      "address" => [],
      "steps" => [

      { "operation" => "remove", "address" => [("deployment" => "deployment0.war")] }

      ]
      }

      This does not:
      [domain@localhost:9999 /] echo-dmr deploy /home/dpospisi/deploy/deployment1.war --all-server-groups
      Unrecognized arguments: [--all-server-groups]

      Putting requested command in quotes does not work as well.

              olubyans@redhat.com Alexey Loubyansky
              dpospisil Dominik Pospisil (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: