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
Q

doctrine:ensure-production-settings

A

Verify that Doctrine is properly configured for a production environment.

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

doctrine:generate:crud

A

Generates a CRUD based on a Doctrine entity

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

doctrine:generate:entities

A

Generates entity classes and method stubs from your mapping information

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

doctrine:generate:entity

A

Generates a new Doctrine entity inside a bundle

29
Q

doctrine:generate:form

A

Generates a form type class based on a Doctrine entity

30
Q

doctrine:mapping:convert

A

Convert mapping information between supported formats

31
Q

doctrine:mapping:import

A

Imports mapping information from an existing database

32
Q

doctrine:mapping:info

A

infomartion de mapping

33
Q

doctrine:query:dql

A

Executes arbitrary DQL directly from the command line.

34
Q

doctrine:query:sql

A

Executes arbitrary SQL directly from the command line

35
Q

doctrine:schema:create

A

Executes (or dumps) the SQL needed to generate the database schema

36
Q

doctrine:schema:drop

A

Executes (or dumps) the SQL needed to drop the current database schema

37
Q

doctrine:schema:update

A

Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata

38
Q

doctrine:schema:validate

A

Validate the mapping files

39
Q

fos:elastica:populate

A

Populates search indexes from providers

40
Q

fos:elastica:reset

A

Reset search indexes

41
Q

fos:elastica:search

A

Searches documents in a given type and index

42
Q

fos:js-routing:debug

A

Displays currently exposed routes for an application

43
Q

fos:js-routing:dump

A

Dumps exposed routes to the filesystem

44
Q

generate:bundle

A

Generates a bundle

45
Q

generate:controller

A

Generates a controller

46
Q

generate:doctrine:crud

A

Generates a CRUD based on a Doctrine entity

47
Q

generate:doctrine:entities

A

Generates entity classes and method stubs from your mapping information

48
Q

generate:doctrine:entity

A

Generates a new Doctrine entity inside a bundle

49
Q

generate:doctrine:form

A

Generates a form type class based on a Doctrine entity

50
Q

init:acl

A

Mounts ACL tables in the database

51
Q

liip:imagine:cache:remove

A

Remove cache for given paths and set of filters

52
Q

liip:imagine:cache:resolve

A

Resolve cache for given path and set of filters

53
Q

orm:convert:mapping

A

Convert mapping information between supported formats

54
Q

router:debug

A

Displays current routes for an application

55
Q

router:dump-apache

A

Dumps all routes as Apache rewrite rules

56
Q

router:match

A

Helps debug routes by simulating a path info match

57
Q

security:check

A

Checks security issues in your project dependencies

58
Q

server:run

A

Runs PHP built-in web server

59
Q

server:start

A

Starts PHP built-in web server in the background

60
Q

server:status

A

Outputs the status of the built-in web server for the given address

61
Q

server:stop

A

Stops PHP’s built-in web server that was started with the server:start command

62
Q

swiftmailer:debug

A

Displays current mailers for an application

63
Q

swiftmailer:email:send

A

Send simple email message

64
Q

swiftmailer:spool:send

A

Sends emails from the spool

65
Q

translation:debug

A

Displays translation messages informations

66
Q

translation:update

A

Updates the translation file

67
Q

twig:debug

A

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

68
Q

twig:lint

A

Lints a template and outputs encountered errors

69
Q

yaml:lint

A

Lints a file and outputs encountered errors