UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

16 lines (14 loc) 430 B
exports.deploy = (model, serviceName, options) => { const hanaDeployer = require('../../lib/deploy/to-hana/hana'); return hanaDeployer.deploy({ ...options, model, serviceName, tunnelAddress: options['tunnel-address'], vcapFile: options['vcap-file'], hdiOptions: { autoUndeploy: options['auto-undeploy'], parameter: {"com.sap.hana.di.table/try_fast_table_migration": "true" } } }); }