...
The CLI Early Access Program (EAP) is part of our development, delivery, and quality process. EAPs are delivered regularly using our standard CLI release process whenever work has been completed on improvement and bug fixes. Deliverables are built, automatically tested, and uploaded to this site for user access on CLI Downloads page.
...
. The provides the opportunity for user to provide feedback on fixes and improvements that can be addressed quickly before final release. EAP deliverables are identified by having SNAPSHOT in the version name.
Excerpt |
---|
|
Downloads
Purpose
- Deliver fixes to users as quickly as possible prior to production releases.
- Deliver improvements to users to verify they meet requirements prior to final release.
- Make it possible for users to provide feedback and identify additional requirements more quickly. This enables for us to provide more timely adjustments and improvements.
- Enable discussions with customers on new requirements and needs.
What Distinguishes EAP Level Code?
All EAP code passes the same automated tests as production releases. However, EAP testing talks place on a more limited set of server application releases, normally the latest release of the server application.
When new function is marked as EAP or experimental in documentation, then some things are subject to change that normally are expected to be stable for a production release:
- Action and parameter names
- Output formats and column names
- Behaviors and messaging
...