Version Differences for AHPTool Documentation

(Initial Save)
Line 1:
  This page lists the documentation for '''AHPTool'''. You can find this documentation located in your server's [http://localhost/tools dev-kit available on the tools page].    This page lists the documentation for '''AHPTool'''. You can find this documentation located in your server's [http://localhost/tools dev-kit available on the tools page]. 
       
    + = AHPTool Commands and Arguments =  
       
    + <font size=2>''ahptool [global-args...] [args...] command [-] [filename] ''</font>  
    + ----  
    + *'''command '''  
    + **One of the named commands below in the Commands section  
    + *'''-'''  
    + **Read XML input from the ahptool stdin. See command for requirements.  
    + *'''filename '''  
    + **Read XML input from a file with the given filename. See command for requirements.  
    + ----  
    + ''Global Args: ''  
    + * '''-authtoken '''  
    + ** Optional. Can be set as AH_AUTH_TOKEN in the environment. A authentication token generated by the Anthill server. authtoken or a username/password is required.  
    + ** '''-password '''  
    + **Optional. A password to authenticate with the Anthill server. authtoken or a username/password is required.  
    + * '''-username '''  
    + ** Optional. A username to authenticate with the Anthill server. authtoken or a username/password is required.  
    + * '''-weburl '''  
    + **Required. Can be set as AH_WEB_URL in the environment. The base URL of the Anthill server. Eg.'' https://anthill.domain.com:8443 ''  
       
    + ''Commands: ''  
    + *'''addIssues '''  
    + **Add issues attached to source changes. Requires XML input.  
    + ***''-buildlife''  
    + ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The build life id to add issues to.  
    + *addSourceAnalytics  
    + **Add a source analytics report to a build life. Requires XML input.  
    + ***''-buildlife ''  
    + ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the report to.  
    + *'''-report '''  
    + **Required. The name of the report.  
    + *'''addSourceChanges '''  
    + **Add source changes for a build life. Requires XML input.  
    + ***''-buildlife ''  
    + ****Required. Can be set via the environment variable AH_BUILD_LIFE_ID. The id of the build life to add the source changes to.