@basetime/bldr-sfmc
Version:
CLI application for SFMC Development workflow and package deployment
46 lines (44 loc) • 922 B
text/typescript
import { string } from 'yargs';
export interface Argv {
analytics: Boolean;
'clear-session'?: Boolean;
de: any;
'data-extension'?: Boolean;
verbose: Boolean;
debug: Boolean;
_?: string[];
// Config
n?: string;
new?: string;
l?: string | null;
list?: string;
r?: string;
remove?: string;
s?: string;
set?: string;
m?: string;
mid?: string;
// Stash
c?: Boolean;
clear?: Boolean;
// Context
cb?: Boolean;
'f:sql'?: string;
'content-builder'?: Boolean;
as?: Boolean;
'automation-studio'?: Boolean;
ts?: Boolean;
'triggered-send'?: Boolean;
// Context Types
f?: string;
a?: string;
sql?: Boolean;
ssjs?: Boolean;
'sfmc-only'?: Boolean;
'local-only'?: Boolean;
'update-env-keys'?: Boolean;
'env-only'?: Boolean;
force?: Boolean;
u?: Boolean;
update?: Boolean;
}