@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
27 lines • 967 B
JavaScript
const settingsNames = {
authType: 'authType',
autoOpenLinksInBrowser: 'autoOpenLinksInBrowser',
clientId: 'clientId',
clientSecret: 'clientSecret',
clientCertificateFile: 'clientCertificateFile',
clientCertificateBase64Encoded: 'clientCertificateBase64Encoded',
clientCertificatePassword: 'clientCertificatePassword',
copyDeviceCodeToClipboard: 'copyDeviceCodeToClipboard',
csvEscape: 'csvEscape',
csvHeader: 'csvHeader',
csvQuote: 'csvQuote',
csvQuoted: 'csvQuoted',
csvQuotedEmpty: 'csvQuotedEmpty',
disableTelemetry: 'disableTelemetry',
errorOutput: 'errorOutput',
helpMode: 'helpMode',
helpTarget: 'helpTarget',
output: 'output',
printErrorsAsPlainText: 'printErrorsAsPlainText',
prompt: 'prompt',
promptListPageSize: 'promptListPageSize',
showHelpOnFailure: 'showHelpOnFailure',
tenantId: 'tenantId'
};
export { settingsNames };
//# sourceMappingURL=settingsNames.js.map