Work in progress
This page is incomplete and will be updated prior to final release of 11.0.
Description
We always are sensitive to upward compatibility of our offerings and specifically want to make sure CLI scripts are as upward compatible as possible at least with the respect to those aspects that are under our control. Most of our actions remain compatible across a wide range of application releases and even to high degree across different environments (Cloud and Data Center). However, on a CLI version boundary, we do take the opportunity to remove previously deprecated support or make some changes especially where it will simplify new user experiences and remove clutter for users. This page describes some of the important changes to be aware of when upgrading to 11.x from 10.x or earlier. If upgrading from release prior to 10.x, see also Special Compatibility Notice for CLI Version 10.x.
Client Changes
Client | Change | Replacement | Discussion |
---|
Removed Actions
Clients | Removed | Replacement | Discussion |
---|
Removed Parameters
Clients | Removed | Replacement | Discussion |
---|
Changed Output Formats
Clients | Action | Change | Reason |
---|
Deprecated Parameters
This is a notice that we have deprecated some other parameters so you can start migrating any scripts to the new support over time. It is likely these will be removed in a later version. This was part of an ongoing effort to simplify some usage scenarios and prune our interfaces to avoid confusion.
Clients | Deprecated | Replacement | Discussion |
---|---|---|---|
all | host | url | Specify host as part of the url parameter for database access. ACLI-2164 and ACLI-1897 |
all | port | url | Specify port as part of the url parameter for database access. ACLI-2164 and ACLI-1897 |
jira, confluence, bitbucket | targetPassword, targetToken, targetUser | Use targetServer referencing a ACLI configuration entry to specify this information. |