0 Replies Latest reply on Mar 6, 2014 9:07 AM by x046866x

    Trying to pass in properties to a cli script

    x046866x

      Folks,

       

      I am trying to set up a generic cli script and pass in properties for each environment.  I try this:

      File contents of killme.props:

      testprop=MyNameIsRussell

       

      File contents of killme.cli

      echo $testprop

       

      then:

      jboss-cli --file=killme.cli --properties=killme.props

       

      but it always tells me:

      C:\dev\wildfly-8.0.0.Final\bin>jboss-cli --file=killme.cli --properties=killme.props

      jboss-cli --file killme.cli --properties killme.props

      Unrecognized variable testprop

       

      I am quite sure I am doing something very basic wrong...but I think I am so close to the forest I can't see the trees...can someone help?