@sap/cds-dk
Version:
Command line client and development toolkit for the SAP Cloud Application Programming Model
26 lines (25 loc) • 578 B
JavaScript
module.exports = {
options: /** @type{const} */([
'--to',
'--for',
'--out',
'--on',
'--tunnel-address',
'--vcap-file',
'--delta-from'
]),
flags: /** @type{const} */([
'--resolve-bindings',
'--no-save',
'--auto-undeploy',
'--dry',
'--xdry',
'--with-mocks',
'--store-credentials',
'--no-build',
'--model-only',
'--script',
'--with-auto-schema-evolution'
]),
shortcuts: ['-2', '-4', '-o', '-n', '', '', '', '-b']
}