@sap-ux/inquirer-common
v0.10.3
Published
Commonly used shared functionality and types to support inquirer modules.
Readme
@sap-ux/inquirer-common
Commonly used shared functionality that supports prompting. Currently used by inquirer modules for example @sap-ux/ui5-application-inquirer, @sap-ux/ui5-library-inquirer. For example, choice searching and UI5 choice grouping. Add functionality that may be used by multiple prompting modules to prompte re-use.
Extending ABAP Service Offerings
The default list of ABAP service name types can be extended to allow customised ABAP service plans to be shown during the Cloud Foundry ABAP environment flow.
Supported list of technical service name types;
[
AbapEnvType.ABAP,
AbapEnvType.ABAP_TRIAL,
AbapEnvType.ABAP_CANARY,
AbapEnvType.ABAP_OEM,
AbapEnvType.ABAP_OEM_CANARY,
AbapEnvType.ABAP_HAAS,
AbapEnvType.ABAP_STAGING,
AbapEnvType.ABAP_INTERNAL_STAGING
]Configure the ABAPEnvServiceTypes environment variable with either a single or comma separated list, to update the existing list;
# Single
export ABAPEnvServiceTypes=abap-staging
# Multiple
export ABAPEnvServiceTypes=abap-staging,abap-internalLicense
Read License.
Keywords
inquirer SAP UI5 prompt
