les commandes Flashcards

1
Q

help

A

Displays help for a command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

list

A

Lists commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

assetic:dump

A

Dumps all assets to the filesystem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

assetic:watch

A

Dumps assets to the filesystem as their source files are modified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

assets:install

A

Installs bundles web assets under a public web directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

braincafted:bootstrap:generate

A

Generates a custom bootstrap.less

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

braincafted:bootstrap:install

A

Installs the icon font

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

cache:clear

A

Clears the cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

cache:warmup

A

Warms up an empty cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

config:debug

A

Dumps the current configuration for an extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

config:dump-reference

A

Dumps the default configuration for an extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

container:debug

A

Displays current services for an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

debug:config

A

Dumps the current configuration for an extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

debug:container

A

Displays current services for an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

debug:event-dispatcher

A

Displays configured listeners for an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

debug:router

A

Displays current routes for an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

debug:swiftmailer

A

Displays current mailers for an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

debug:translation

A

Displays translation messages informations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

debug:twig

A

Shows a list of twig functions, filters, globals and tests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

doctrine:cache:clear-metadata

A

Clears all metadata cache for an entity manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

doctrine:cache:clear-query

A

Clears all query cache for an entity manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

doctrine:cache:clear-result

A

Clears result cache for an entity manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

doctrine:database:create

A

Creates the configured databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

doctrine:database:drop

A

Drops the configured databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
doctrine:ensure-production-settings
Verify that Doctrine is properly configured for a production environment.
26
doctrine:generate:crud
Generates a CRUD based on a Doctrine entity
27
doctrine:generate:entities
Generates entity classes and method stubs from your mapping information
28
doctrine:generate:entity
Generates a new Doctrine entity inside a bundle
29
doctrine:generate:form
Generates a form type class based on a Doctrine entity
30
doctrine:mapping:convert
Convert mapping information between supported formats
31
doctrine:mapping:import
Imports mapping information from an existing database
32
doctrine:mapping:info
infomartion de mapping
33
doctrine:query:dql
Executes arbitrary DQL directly from the command line.
34
doctrine:query:sql
Executes arbitrary SQL directly from the command line
35
doctrine:schema:create
Executes (or dumps) the SQL needed to generate the database schema
36
doctrine:schema:drop
Executes (or dumps) the SQL needed to drop the current database schema
37
doctrine:schema:update
Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata
38
doctrine:schema:validate
Validate the mapping files
39
fos:elastica:populate
Populates search indexes from providers
40
fos:elastica:reset
Reset search indexes
41
fos:elastica:search
Searches documents in a given type and index
42
fos:js-routing:debug
Displays currently exposed routes for an application
43
fos:js-routing:dump
Dumps exposed routes to the filesystem
44
generate:bundle
Generates a bundle
45
generate:controller
Generates a controller
46
generate:doctrine:crud
Generates a CRUD based on a Doctrine entity
47
generate:doctrine:entities
Generates entity classes and method stubs from your mapping information
48
generate:doctrine:entity
Generates a new Doctrine entity inside a bundle
49
generate:doctrine:form
Generates a form type class based on a Doctrine entity
50
init:acl
Mounts ACL tables in the database
51
liip:imagine:cache:remove
Remove cache for given paths and set of filters
52
liip:imagine:cache:resolve
Resolve cache for given path and set of filters
53
orm:convert:mapping
Convert mapping information between supported formats
54
router:debug
Displays current routes for an application
55
router:dump-apache
Dumps all routes as Apache rewrite rules
56
router:match
Helps debug routes by simulating a path info match
57
security:check
Checks security issues in your project dependencies
58
server:run
Runs PHP built-in web server
59
server:start
Starts PHP built-in web server in the background
60
server:status
Outputs the status of the built-in web server for the given address
61
server:stop
Stops PHP's built-in web server that was started with the server:start command
62
swiftmailer:debug
Displays current mailers for an application
63
swiftmailer:email:send
Send simple email message
64
swiftmailer:spool:send
Sends emails from the spool
65
translation:debug
Displays translation messages informations
66
translation:update
Updates the translation file
67
twig:debug
Shows a list of twig functions, filters, globals and tests
68
twig:lint
Lints a template and outputs encountered errors
69
yaml:lint
Lints a file and outputs encountered errors