Div | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
On this page
|
Related information for 4.5.0
- Atlassian CLI Examples - 4.5.0
- Atlassian CLI Help text - 4.5.0
- Variable Replacements
- Action Reference (all clients)
Actions
P | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parameter Tips
Parameters |
Parameter | Short | Value | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | action
| a |
|
| ||||||
2 | append
|
|
| For some actions using the file parameter, append will append output to the existing file. | ||||||
3 | clearFileBeforeAppend
|
|
| For run actions, this option will automatically clear an existing file on the first append requested. | ||||||
4 | columns
|
|
| Column selection and ordering when action generates CSV output. A comma separated list of column numbers (1-based) or column names (case insensitive). Only columns provided by the selected outputFormat are available for selection. Invalid columns will be ignored. | ||||||
5 | common
|
|
| Common parameter string added to all run actions. | ||||||
6 | connectionTimeout
|
|
| Allow overriding environment settings for connect and read timeouts on URL connections. In milliseconds, 0 means infinite. | ||||||
7 | continue
|
|
| Continue processing even after errors are encountered for run actions. Also used for some action to ignore certain errors like not found errors on remove actions. | ||||||
8 | database
|
|
| Database name is required for SQL actions. | ||||||
9 | dateFormat
|
|
| Format string for date in Java SimpleDateFormat, default is client date format. | ||||||
10 | dbPassword
|
|
| Database user password. Defaults to password. | ||||||
11 | dbUser
|
|
| Database user name. Defaults to user. | ||||||
12 | debug
|
|
| Requests detail debug output. Optional for all actions. | ||||||
13 | driver
|
|
| JDBC driver class or predefined value: postgresql, mysql, mssql, oracle, or db2400. Required for SQL actions. | ||||||
14 | encoding
|
|
| Character encoding (character set) for text based file content - must be an encoding supported by your JAVA platform. | ||||||
15 | file
| f |
| Path to file based content or result output. Use - for standard input. | ||||||
16 | findReplace
|
|
| Find and replace text. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be doubled. | ||||||
17 | findReplaceRegex
|
|
| Find and replace text with a regular expression. Comma separated list of colon separated pairs. Single quote values containing a delimiter. Embedded quotes must be doubled. | ||||||
18 | help
|
|
| Prints this help message. | ||||||
19 | host
|
|
| Database host server for SQL actions. Not used if url is provided. (default: localhost) | ||||||
20 | list
|
|
| Comma separated list of entries. Single quote values containing a delimiter. Embedded quotes must be doubled. | ||||||
21 | outputFormat
|
|
| Specify output format for an action. (default: 1) | ||||||
22 | parameters
|
|
| Client specific parameters | ||||||
23 | password
| p |
| User password for remote access. | ||||||
24 | port
|
|
| Database host port for SQL actions. Optional, defaults to database default. Not used if url is provided. | ||||||
25 | propertyFile
|
|
| Property file with mapping information. | ||||||
26 | quiet
|
|
| Limit some output messages. Optional for all actions. | ||||||
27 | simulate
|
|
| Simulate running actions. Log the action that would be taken. | ||||||
28 | special
|
|
| Ordered list of alternate characters for comma ( , ), colon ( : ), at ( @ ), quote ( ' ), and double quote ( " ) characters used for specialized processing of some specific parameters. | ||||||
29 | sql
|
|
| SQL select statement used to generate a run script. | ||||||
30 | url
|
|
| Action specific setting. Example: Database access url for SQL actions. Optional when host is provided. | ||||||
31 | user
| u |
| User name for remote access. | ||||||
32 | verbose
| v |
| Requests verbose output to help with problem determination. Optional for all actions. |
...