Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4836

Document usage of CLI variables (CLI guide)

    XMLWordPrintable

Details

    Description

      We should add some examples of CLI variables usage into management-cli-guide.

      Upstream documentation - https://developer.jboss.org/wiki/CommandLineEnvironmentVariables

      For interactive CLI session, 'set' and 'unset' commands are available.

      Other ways how to set a CLI variable
      - .jbossclirc file JBEAP-3202
      - CLI scripting

      [pkremens@localhost bin] $ cat test.cli 
      set path=/subsystem=logging/
      
      $path:read-resource
      
      [pkremens@localhost bin] $ ./jboss-cli.sh -c --file=test.cli
      {
          "outcome" => "success",
          "result" => {
      ...
      }
      

      CLI variables are different to CLI properties (https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/management-cli-guide/#property_substitution)

      Attachments

        Issue Links

          Activity

            People

              dmichael@redhat.com David Michael (Inactive)
              pkremens@redhat.com Petr Kremensky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: