Preparing search index...
The search index is not available
wpmm
wpmm
actions
actions
Function actions
actions
(
props
)
:
{
invokeAction
:
(
(
key
,
argv
)
=>
void
)
;
}
The actions object.
Parameters
props
:
{
config
:
WPMMconfig
;
paths
:
WPMMpaths
;
}
The configuration object.
config
:
WPMMconfig
The configuration object.
paths
:
WPMMpaths
The paths object.
Returns
{
invokeAction
:
(
(
key
,
argv
)
=>
void
)
;
}
The actions object.
invoke
Action
:
(
(
key
,
argv
)
=>
void
)
(
key
,
argv
)
:
void
Parameters
key
:
string
argv
:
yargs.Argv
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
wpmm
Database
Database
Dump
Dump
Initialize
Initialize
Installer
Installer
Package
Package
Updater
Updater
WpPackage
WpPackage
actions
actions
constants
DefaultWpConfig
DefaultWpDatabaseType
DefaultWpInstallFolder
DefaultWpInstallLanguage
PkgFileName
index
startTime
types
WPapiCoreVersion
WPapiCoreVersionResponse
WPapiTemplateResponse
UpdateObject
WPMMconfig
WPMMconfigPkg
WPMMconfigWP
WPMMpaths
WordpressPkg
utils/axios
axiosFetch
getTemplate
getWpVersionCheck
utils/commands
installComposer
installNpmPackages
isWPCLIAvailable
runPostInstallCommands
utils/data
getConfig
getConnectionSettings
getDownloadUrl
getInfo
getWordPressDownloadUrl
initConfig
printTimePassed
utils/fs
cleanup
downloadFile
extractZip
makeDir
renameFolder
utils/parsers
generateSalt
getDataFromFile
isValidUpdateOptions
isValidWPConfig
parseWpConfig
replaceDbConstant
replaceDbConstantBool
replaceEmptySalts
templateGuard
uncommentedLines
utils/prompts
askForConfiguration
askForDump
utils/wordpress
getCurrentWpInfo
getUserLocale
getWordPressPaths
getWpConfigContent
isWordpressFolder
Generated using
TypeDoc
The actions object.