@eeymoo/ai-coding-sync
Preparing search index...
src/types
GlobalCliOptions
Interface GlobalCliOptions
Parsed CLI flags shared across commands.
Since
0.1.0
interface
GlobalCliOptions
{
deployMode
?:
DeployMode
;
dryRun
?:
boolean
;
endpoint
?:
string
;
force
?:
boolean
;
noBackup
?:
boolean
;
noHooks
?:
boolean
;
profile
?:
string
;
quiet
?:
boolean
;
remoteRoot
?:
string
;
sourceType
?:
SourceType
;
username
?:
string
;
verbose
?:
boolean
;
yes
?:
boolean
;
}
Index
Properties
deploy
Mode?
dry
Run?
endpoint?
force?
no
Backup?
no
Hooks?
profile?
quiet?
remote
Root?
source
Type?
username?
verbose?
yes?
Properties
Optional
deploy
Mode
deployMode
?:
DeployMode
Optional
dry
Run
dryRun
?:
boolean
Optional
endpoint
endpoint
?:
string
Optional
force
force
?:
boolean
Optional
no
Backup
noBackup
?:
boolean
Optional
no
Hooks
noHooks
?:
boolean
Optional
profile
profile
?:
string
Optional
quiet
quiet
?:
boolean
Optional
remote
Root
remoteRoot
?:
string
Optional
source
Type
sourceType
?:
SourceType
Optional
username
username
?:
string
Optional
verbose
verbose
?:
boolean
Optional
yes
yes
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deploy
Mode
dry
Run
endpoint
force
no
Backup
no
Hooks
profile
quiet
remote
Root
source
Type
username
verbose
yes
@eeymoo/ai-coding-sync
Loading...
Parsed CLI flags shared across commands.
Since
0.1.0