[Completed] Mautic Command CLI List

Hadie Danker

Table Mautic Command cli list, yang bisa Anda gunakan.

php app/console command
Available commands:DescriptionKeterangan
helpDisplays help for a command
listLists commands
assets
assets:installInstalls bundles web assets under a public web directory
bazinga
bazinga:oauth-server:cleanClean expired tokens
cache
cache:clearClears the cache
cache:warmupWarms up an empty cache
config
config:debugDumps the current configuration for an extension
config:dump-referenceDumps the default configuration for an extension
container
container:debugDisplays current services for an application
debug
debug:configDumps the current configuration for an extension
debug:containerDisplays current services for an application
debug:event-dispatcherDisplays configured listeners for an application
debug:routerDisplays current routes for an application
debug:swiftmailerDisplays current mailers for an application
debug:translationDisplays translation messages information
debug:twigShows a list of twig functions, filters, globals and tests
doctrine
doctrine:cache:clearFlush a given cache
doctrine:cache:clear-collection-regionClear a second-level cache collection region.
doctrine:cache:clear-entity-regionClear a second-level cache entity region.
doctrine:cache:clear-metadataClears all metadata cache for an entity manager
doctrine:cache:clear-queryClears all query cache for an entity manager
doctrine:cache:clear-query-regionClear a second-level cache query region.
doctrine:cache:clear-resultClears result cache for an entity manager
doctrine:cache:containsCheck if a cache entry exists
doctrine:cache:deleteDelete a cache entry
doctrine:cache:flushFlush a given cache
doctrine:cache:statsGet stats on a given cache provider
doctrine:database:createCreates the configured database
doctrine:database:dropDrops the configured database
doctrine:database:importImport SQL file(s) directly to Database.
doctrine:ensure-production-settingsVerify that Doctrine is properly configured for a production environment.
doctrine:fixtures:loadLoad data fixtures to your database.
doctrine:generate:entitiesGenerates entity classes and method stubs from your mapping information
doctrine:mapping:convertConvert mapping information between supported formats.
doctrine:mapping:importImports mapping information from an existing database
doctrine:mapping:info
doctrine:migrations:diffGenerate a migration by comparing your current database to your mapping information.
doctrine:migrations:executeExecute a single migration version up or down manually.
doctrine:migrations:generateGenerate a blank migration class.
doctrine:migrations:latestOutputs the latest version number
doctrine:migrations:migrateExecute a migration to a specified version or the latest available version.
doctrine:migrations:statusView the status of a set of migrations.
doctrine:migrations:versionManually add and delete migration versions from the version table.
doctrine:query:dqlExecutes arbitrary DQL directly from the command line.
doctrine:query:sqlExecutes arbitrary SQL directly from the command line.
doctrine:schema:createExecutes (or dumps) the SQL needed to generate the database schema
doctrine:schema:dropExecutes (or dumps) the SQL needed to drop the current database schema
doctrine:schema:updateExecutes (or dumps) the SQL needed to update the database schema to match the current mapping metadata.
doctrine:schema:validateValidate the mapping files.
fos
fos:oauth-server:cleanClean expired tokens
generate
generate:doctrine:entitiesGenerates entity classes and method stubs from your mapping information
leezy
leezy:pheanstalk:delete-jobDelete the specified job if it exists.
leezy:pheanstalk:flush-tubeDelete all job in a specific tube.
leezy:pheanstalk:kickKick buried jobs from a specific tube.
leezy:pheanstalk:kick-jobKick the specified job if it has a valid buried status, regardless of what tube it is in.
leezy:pheanstalk:list-tubeThe names of all tubes on the server.
leezy:pheanstalk:next-readyGives the next ready job from a specified tube.
leezy:pheanstalk:pause-tubeTemporarily prevent jobs being reserved from the given tube.
leezy:pheanstalk:peekInspect a job in the system, regardless of what tube it is in.
leezy:pheanstalk:peek-tubeTake a peek at the first job in a tube, ready or burried.
leezy:pheanstalk:putPuts a job on the queue.
leezy:pheanstalk:statsGives statistical information about the beanstalkd system as a whole.
leezy:pheanstalk:stats-jobGives statistical information about the specified job if it exists.
leezy:pheanstalk:stats-tubeGives statistical information about a specified tube, or about all tubes.
lint
lint:twigLints a template and outputs encountered errors
lint:yamlLints a file and outputs encountered errors
mautic
mautic:assets:generateCombines and minifies asset files from each bundle into single production files
mautic:broadcasts:sendProcess contacts pending to receive a channel broadcast.
mautic:campaigns:executeExecute specific scheduled events.
mautic:campaigns:messagequeueProcess sending of messages queue.
mautic:campaigns:messagesProcess sending of messages queue.
mautic:campaigns:rebuildRebuild campaigns based on contact segments.
mautic:campaigns:triggerTrigger timed events for published campaigns.
mautic:campaigns:updateRebuild campaigns based on contact segments.
mautic:campaigns:validateValidate if a contact has been inactive for a decision and execute events if so.
mautic:citrix:syncSynchronizes registrant information from Citrix products
mautic:contacts:deduplicateMerge contacts based on same unique identifiers
mautic:email:fetchFetch and process monitored email.
mautic:emails:fetchFetch and process monitored email.
mautic:emails:sendProcesses SwiftMail’s mail queue
mautic:importImports data to Mautic
mautic:install:dataInstalls Mautic with sample data
mautic:integration:fetchleadsFetch leads from integration.
mautic:integration:pipedrive:fetchPulls the data from Pipedrive and sends it to Mautic
mautic:integration:pipedrive:pushPushes the data from Mautic to Pipedrive
mautic:integration:pushactivityPush lead activity to integration.
mautic:integration:pushleadactivityPush lead activity to integration.
mautic:integration:synccontactsFetch leads from integration.
mautic:iplookup:downloadFetch remote datastores for IP lookup services that leverage local lookups
mautic:maintenance:cleanupUpdates the Mautic application
mautic:messages:sendProcess sending of messages queue.
mautic:migrations:generateGenerate a blank migration class.
mautic:plugins:installInstalls, updates, enable and/or disable plugins.
mautic:plugins:reloadInstalls, updates, enable and/or disable plugins.
mautic:plugins:updateInstalls, updates, enable and/or disable plugins.
mautic:queue:processProcess queues
mautic:reports:schedulerProcesses scheduler for report’s export
mautic:segments:check-buildersCompare output of query builders for given segments
mautic:segments:rebuildUpdate contacts in smart segments based on new contact data.
mautic:segments:updateUpdate contacts in smart segments based on new contact data.
mautic:social:monitoringLooks at the records of monitors and iterates through them.
mautic:theme:json-configConverts theme config to JSON from PHP
mautic:transifex:pullFetches translations for Mautic from Transifex
mautic:transifex:pushPushes Mautic translation resources to Transifex
mautic:translation:createconfigCreate config.php files for translations
mautic:translation:debugDisplays translation messages informations
mautic:unusedip:deleteDeletes IP addresses that are not used in any other database table
mautic:update:applyUpdates the Mautic application
mautic:update:findFetches updates for Mautic
mautic:webhooks:processProcess queued webhook payloads
oneup
oneup:uploader:clear-chunksClear chunks according to the max-age you defined in your configuration.
oneup:uploader:clear-orphansClear orphaned uploads according to the max-age you defined in your configuration.
orm
orm:convert:mappingConvert mapping information between supported formats.
rabbitmq
rabbitmq:anon-consumerExecutes an anonymous consumer
rabbitmq:batch:consumerExecutes a Batch Consumer
rabbitmq:consumerExecutes a consumer
rabbitmq:deleteDelete a consumer’s queue
rabbitmq:dynamic-consumerExecutes context-aware consumer
rabbitmq:multiple-consumerExecutes a consumer that uses multiple queues
rabbitmq:purgePurge a consumer’s queue
rabbitmq:rpc-serverStart an RPC server
rabbitmq:setup-fabricSets up the Rabbit MQ fabric
rabbitmq:stdin-producerExecutes a producer that reads data from STDIN
router
router:debugDisplays current routes for an application
router:dump-apache[DEPRECATED] Dumps all routes as Apache rewrite rules
router:matchHelps debug routes by simulating a path info match
security
security:encode-passwordEncodes a password.
server
server:runRuns PHP built-in web server
server:startStarts PHP built-in web server in the background
server:statusOutputs the status of the built-in web server for the given address
server:stopStops PHP’s built-in web server that was started with the server:start command
social
social:monitor:twitter:hashtagsLooks at our monitoring records and finds hashtags
social:monitor:twitter:mentionsSearches for mentioned tweets
swiftmailer
swiftmailer:debugDisplays current mailers for an application
swiftmailer:email:sendSend simple email message
swiftmailer:spool:sendSends emails from the spool
translation
translation:debugDisplays translation messages information
translation:updateUpdates the translation file
twig
twig:debugShows a list of twig functions, filters, globals and tests
yaml
yaml:lintLints a file and outputs encountered errors