diff --git a/.idea/commandlinetools/Symfony_03_07_2025_09_48.xml b/.idea/commandlinetools/Symfony_03_07_2025_09_48.xml new file mode 100644 index 0000000..45ea0c2 --- /dev/null +++ b/.idea/commandlinetools/Symfony_03_07_2025_09_48.xml @@ -0,0 +1,5247 @@ + + + + + _complete +
Options:
--shell(-s)The shell type ("bash", "fish", "zsh")
--input(-i)An array of input tokens (e.g. COMP_WORDS or argv)
--current(-c)The index of the "input" array that the cursor is in (e.g. COMP_CWORD)
--api-version(-a)The API version of the completion script
--symfony(-S)deprecated
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + + +
+ + about + about command displays information about the current Symfony project.

The PHP section displays important configuration that could affect your application. The values might
be different between web and CLI.

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + completion + completion command dumps the shell completion script required
to use shell autocompletion (currently, bash, fish, zsh completion are supported).

Static installation
-------------------

Dump the script to a global completion file and restart your shell:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console completion zsh | sudo tee $fpath[1]/_console

Or dump the script to a local file and source it:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console completion zsh > completion.sh

# source the file whenever you use the project
source completion.sh

# or add this line at the end of your "~/.zshrc" file:
source /path/to/completion.sh

Dynamic installation
--------------------

Add this to the end of your shell configuration file (e.g. "~/.zshrc"):

eval "$(/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console completion zsh)"

Options:
--debugTail the completion debug log
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ shell[=null] + + + command]]> + + + + + + + + + + + + +
+ + help + help command displays help for a given command:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console help list

You can also output the help in other formats by using the --format option:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console help --format=xml list

To display the list of available commands, please use the list command.

Options:
--formatThe output format (txt, xml, json, or md)
--rawTo output raw command help
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]> + command_name[=null] + + + +
command]]> + + + + + + + + + + + + + + + list + list command lists all commands:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console list

You can also display the commands for a specific namespace:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console list test

You can also output the information in other formats by using the --format option:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console list --format=xml

It's also possible to get raw list of commands (useful for embedding command runner):

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console list --raw

Options:
--rawTo output raw command list
--formatThe output format (txt, xml, json, or md)
--shortTo skip describing commands' arguments
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ namespace[=null] + + + + + + + + + + + + + + + + +
+ + app:test-budget +
Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + assets:install + assets:install command installs bundle assets into a given
directory (e.g. the public directory).

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console assets:install public

A "bundles" directory will be created inside the target directory and the
"Resources/public" directory of each bundle will be copied into it.

To create a symlink to each bundle instead of copying its assets, use the
--symlink option (will fall back to hard copies when symbolic links aren't possible:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console assets:install public --symlink

To make symlink relative, add the --relative option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console assets:install public --symlink --relative


Options:
--symlinkSymlink the assets instead of copying them
--relativeMake relative symlinks
--no-cleanupDo not remove the assets of the bundles that no longer exist
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ target[=null] + + + + + + + + + + + + + + + + +
+ + cache:clear + cache:clear command clears and warms up the application cache for a given environment
and debug mode:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:clear --env=dev
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:clear --env=prod --no-debug

Options:
--no-warmupDo not warm up the cache
--no-optional-warmersSkip optional cache warmers (faster)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + cache:pool:clear + cache:pool:clear command clears the given cache pools or cache pool clearers.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:pool:clear [...]

Options:
--allClear all cache pools
--excludeA list of cache pools or cache pool clearers to exclude
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ pools[=null] + + + + + + + + + + + + + + + +
+ + cache:pool:delete + cache:pool:delete deletes an item from a given cache pool.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:pool:delete

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ pool key + + + + + + + + + + + + + +
+ + cache:pool:invalidate-tags + cache:pool:invalidate-tags command invalidates tags from taggable pools. By default, all pools
have the passed tags invalidated. Pass --pool=my_pool to invalidate tags on a specific pool.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:pool:invalidate-tags tag1 tag2
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:pool:invalidate-tags tag1 tag2 --pool=cache2 --pool=cache1

Options:
--pool(-p)The pools to invalidate on
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ tags + + + + + + + + + + + + + + +
+ + cache:pool:list + cache:pool:list command lists all available cache pools.

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + cache:pool:prune + cache:pool:prune command deletes all expired items from all pruneable pools.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console cache:pool:prune

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + cache:warmup + cache:warmup command warms up the cache.

Before running this command, the cache must be empty.


Options:
--no-optional-warmersSkip optional cache warmers (faster)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + config:dump-reference + config:dump-reference command dumps the default configuration for an
extension/bundle.

Either the extension alias or bundle name can be used:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console config:dump-reference framework
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console config:dump-reference FrameworkBundle

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console config:dump-reference FrameworkBundle --format=json

For dumping a specific option, add its path as second argument (only available for the yaml format):

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console config:dump-reference framework http_client.default_options


Options:
--formatThe output format ("yaml", "xml")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] path[=null] + + + + + + + + + + + + + + +
+ + dbal:run-sql + dbal:run-sql command executes the given SQL query and
outputs the results:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console dbal:run-sql "SELECT * FROM users"

Options:
--connectionThe named database connection
--depthDumping depth of result set (deprecated).
--force-fetchForces fetching the result.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ sql + + + + + + + + + + + + + + + + +
+ + debug:autowiring + debug:autowiring command displays the classes and interfaces that
you can use as type-hints for autowiring:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:autowiring

You can also pass a search term to filter the list:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:autowiring log


Options:
--allShow also services that are not aliased
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ search[=null] + + + + + + + + + + + + + + +
+ + debug:config + debug:config command dumps the current configuration for an
extension/bundle.

Either the extension alias or bundle name can be used:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:config framework
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:config FrameworkBundle

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:config framework --format=json

For dumping a specific option, add its path as second argument:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:config framework serializer.enabled


Options:
--resolve-envDisplay resolved environment variable values instead of placeholders
--formatThe output format ("txt", "yaml", "json")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] path[=null] + + + + + + + + + + + + + + + +
+ + debug:container + debug:container command displays all configured public services:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container

To see deprecations generated during container compilation and cache warmup, use the --deprecations option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --deprecations

To get specific information about a service, specify its name:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container validator

To get specific information about a service including all its arguments, use the --show-arguments flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container validator --show-arguments

To see available types that can be used for autowiring, use the --types flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --types

To see environment variables used by the container, use the --env-vars flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --env-vars

Display a specific environment variable by specifying its name with the --env-var option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --env-var=APP_ENV

Use the --tags option to display tagged public services grouped by tag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --tags

Find all services with a specific tag by specifying the tag name with the --tag option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --tag=form.type

Use the --parameters option to display all parameters:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --parameters

Display a specific parameter by specifying its name with the --parameter option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --parameter=kernel.debug

By default, internal services are hidden. You can display them
using the --show-hidden flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --show-hidden

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:container --format=json

Options:
--show-argumentsShow arguments in services
--show-hiddenShow hidden (internal) services
--tagShow all services with a specific tag
--tagsDisplay tagged services for an application
--parameterDisplay a specific parameter for an application
--parametersDisplay parameters for an application
--typesDisplay types (classes/interfaces) available in the container
--env-varDisplay a specific environment variable used in the container
--env-varsDisplay environment variables used in the container
--formatThe output format ("txt", "xml", "json", "md")
--rawTo output raw description
--deprecationsDisplay deprecations generated when compiling and warming up the container
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + debug:dotenv + /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:dotenv command displays all the environment variables configured by dotenv:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:dotenv

To get specific variables, specify its full or partial name:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:dotenv FOO_BAR


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ filter[=null] + + + + + + + + + + + + + +
+ + debug:event-dispatcher + debug:event-dispatcher command displays all configured listeners:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:event-dispatcher

To get specific listeners for an event, specify its name:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:event-dispatcher kernel.request

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:event-dispatcher --format=json

Options:
--dispatcherTo view events of a specific event dispatcher
--formatThe output format ("txt", "xml", "json", "md")
--rawTo output raw description
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ event[=null] + + + + + + + + + + + + + + + + +
+ + debug:firewall + debug:firewall command displays the firewalls that are configured
in your application:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:firewall

You can pass a firewall name to display more detailed information about
a specific firewall:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:firewall main

To include all events and event listeners for a specific firewall, use the
events option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:firewall --events main


Options:
--eventsInclude a list of event listeners (only available in combination with the "name" argument)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + +
+ + debug:form + debug:form command displays information about form types.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form

The command lists all built-in types, services types, type extensions and
guessers currently available.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form Symfony\Component\Form\Extension\Core\Type\ChoiceType
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form ChoiceType

The command lists all defined options that contains the given form type,
as well as their parents and type extensions.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form ChoiceType choice_value

Use the --show-deprecated option to display form types with
deprecated options or the deprecated options of the given form type:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form --show-deprecated
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form ChoiceType --show-deprecated

The command displays the definition of the given option name.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:form --format=json

The command lists everything in a machine readable json format.

Options:
--show-deprecatedDisplay deprecated options in form types
--formatThe output format ("txt", "json")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ class[=null] option[=null] + + + + + + + + + + + + + + + +
+ + debug:messenger + debug:messenger command displays all messages that can be
dispatched using the message buses:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:messenger

Or for a specific bus only:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:messenger command_bus


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ bus[=null] + + + + + + + + + + + + + +
+ + debug:router + debug:router displays the configured routes:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:router

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:router --format=json

Options:
--show-controllersShow assigned controllers in overview
--show-aliasesShow aliases in overview
--formatThe output format ("txt", "xml", "json", "md")
--rawTo output raw route(s)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + + + + +
+ + debug:serializer + debug:serializer 'App\Entity\Dummy' command dumps the serializer groups for the dummy class.

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ class + + + + + + + + + + + + + +
+ + debug:translation + debug:translation command helps finding unused or missing translation
messages and comparing them with the fallback ones by inspecting the
templates and translation files of a given bundle or the default translations directory.

You can display information about bundle translations in a specific locale:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation en AcmeDemoBundle

You can also specify a translation domain for the search:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation --domain=messages en AcmeDemoBundle

You can only display missing messages:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation --only-missing en AcmeDemoBundle

You can only display unused messages:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation --only-unused en AcmeDemoBundle

You can display information about application translations in a specific locale:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation en

You can display information about translations in all registered bundles in a specific locale:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:translation --all en


Options:
--domainThe messages domain
--only-missingDisplay only missing messages
--only-unusedDisplay only unused messages
--allLoad messages from all registered bundles
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ locale bundle[=null] + + + + + + + + + + + + + + + + + +
+ + debug:twig + debug:twig command outputs a list of twig functions,
filters, globals and tests.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:twig

The command lists all functions, filters, etc.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:twig @Twig/Exception/error.html.twig

The command lists all paths that match the given template name.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:twig --filter=date

The command lists everything that contains the word date.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console debug:twig --format=json

The command lists everything in a machine readable json format.

Options:
--filterShow details for all entries matching this filter
--formatThe output format ("txt", "json")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + + +
+ + debug:validator + debug:validator 'App\Entity\Dummy' command dumps the validators for the dummy class.

The debug:validator src/ command dumps the validators for the `src` directory.

Options:
--show-allShow all classes even if they have no validation constraints
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ class + + + + + + + + + + + + + + +
+ + doctrine:cache:clear-collection-region + doctrine:cache:clear-collection-region command is meant to clear a second-level cache collection regions for an associated Entity Manager.
It is possible to delete/invalidate all collection region, a specific collection region or flushes the cache provider.

The execution type differ on how you execute the command.
If you want to invalidate all entries for an collection region this command would do the work:

doctrine:cache:clear-collection-region 'Entities\MyEntity' 'collectionName'

To invalidate a specific entry you should use :

doctrine:cache:clear-collection-region 'Entities\MyEntity' 'collectionName' 1

If you want to invalidate all entries for the all collection regions:

doctrine:cache:clear-collection-region --all

Alternatively, if you want to flush the configured cache provider for an collection region use this command:

doctrine:cache:clear-collection-region 'Entities\MyEntity' 'collectionName' --flush

Finally, be aware that if --flush option is passed,
not all cache providers are able to flush entries, because of a limitation of its execution nature.

Options:
--emName of the entity manager to operate on
--allIf defined, all entity regions will be deleted/invalidated.
--flushIf defined, all cache entries will be flushed.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ owner-class[=null] association[=null] owner-id[=null] + + + + + + + + + + + + + + + + +
+ + doctrine:cache:clear-entity-region + doctrine:cache:clear-entity-region command is meant to clear a second-level cache entity region for an associated Entity Manager.
It is possible to delete/invalidate all entity region, a specific entity region or flushes the cache provider.

The execution type differ on how you execute the command.
If you want to invalidate all entries for an entity region this command would do the work:

doctrine:cache:clear-entity-region 'Entities\MyEntity'

To invalidate a specific entry you should use :

doctrine:cache:clear-entity-region 'Entities\MyEntity' 1

If you want to invalidate all entries for the all entity regions:

doctrine:cache:clear-entity-region --all

Alternatively, if you want to flush the configured cache provider for an entity region use this command:

doctrine:cache:clear-entity-region 'Entities\MyEntity' --flush

Finally, be aware that if --flush option is passed,
not all cache providers are able to flush entries, because of a limitation of its execution nature.

Options:
--emName of the entity manager to operate on
--allIf defined, all entity regions will be deleted/invalidated.
--flushIf defined, all cache entries will be flushed.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ entity-class[=null] entity-id[=null] + + + + + + + + + + + + + + + + +
+ + doctrine:cache:clear-metadata + doctrine:cache:clear-metadata command is meant to clear the metadata cache of associated Entity Manager.

Options:
--emName of the entity manager to operate on
--flushIf defined, cache entries will be flushed instead of deleted/invalidated.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + doctrine:cache:clear-query + doctrine:cache:clear-query command is meant to clear the query cache of associated Entity Manager.

Options:
--emName of the entity manager to operate on
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + doctrine:cache:clear-query-region + doctrine:cache:clear-query-region command is meant to clear a second-level cache query region for an associated Entity Manager.
It is possible to delete/invalidate all query region, a specific query region or flushes the cache provider.

The execution type differ on how you execute the command.
If you want to invalidate all entries for the default query region this command would do the work:

doctrine:cache:clear-query-region

To invalidate entries for a specific query region you should use :

doctrine:cache:clear-query-region my_region_name

If you want to invalidate all entries for the all query region:

doctrine:cache:clear-query-region --all

Alternatively, if you want to flush the configured cache provider use this command:

doctrine:cache:clear-query-region my_region_name --flush

Finally, be aware that if --flush option is passed,
not all cache providers are able to flush entries, because of a limitation of its execution nature.

Options:
--emName of the entity manager to operate on
--allIf defined, all query regions will be deleted/invalidated.
--flushIf defined, all cache entries will be flushed.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ region-name[=null] + + + + + + + + + + + + + + + + +
+ + doctrine:cache:clear-result + doctrine:cache:clear-result command is meant to clear the result cache of associated Entity Manager.
It is possible to invalidate all cache entries at once - called delete -, or flushes the cache provider
instance completely.

The execution type differ on how you execute the command.
If you want to invalidate the entries (and not delete from cache instance), this command would do the work:

doctrine:cache:clear-result

Alternatively, if you want to flush the cache provider using this command:

doctrine:cache:clear-result --flush

Finally, be aware that if --flush option is passed, not all cache providers are able to flush entries,
because of a limitation of its execution nature.

Options:
--emName of the entity manager to operate on
--flushIf defined, cache entries will be flushed instead of deleted/invalidated.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + doctrine:database:create + doctrine:database:create command creates the default connections database:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:database:create

You can also optionally specify the name of a connection to create the database for:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:database:create --connection=default

Options:
--connection(-c)The connection to use for this command
--if-not-existsDon't trigger an error, when the database already exists
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + doctrine:database:drop + doctrine:database:drop command drops the default connections database:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:database:drop

The --force parameter has to be used to actually drop the database.

You can also optionally specify the name of a connection to drop the database for:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:database:drop --connection=default

Be careful: All data in a given database will be lost when executing this command.

Options:
--connection(-c)The connection to use for this command
--if-existsDon't trigger an error, when the database doesn't exist
--force(-f)Set this parameter to execute this action
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:fixtures:load + doctrine:fixtures:load command loads data fixtures from your application:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:fixtures:load

Fixtures are services that are tagged with doctrine.fixture.orm.

If you want to append the fixtures instead of flushing the database first you can use the --append option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:fixtures:load --append

By default Doctrine Data Fixtures uses DELETE statements to drop the existing rows from the database.
If you want to use a TRUNCATE statement instead you can use the --purge-with-truncate flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:fixtures:load --purge-with-truncate

To execute only fixtures that live in a certain group, use:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:fixtures:load --group=group1


Options:
--appendAppend the data fixtures instead of deleting all data from the database first.
--groupOnly load fixtures that belong to this group
--emThe entity manager to use for this command.
--purgerThe purger to use for this command
--purge-exclusionsList of database tables to ignore while purging
--purge-with-truncatePurge data by using a database-level TRUNCATE statement
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + + + +
+ + doctrine:mapping:info + doctrine:mapping:info shows basic information about which
entities exist and possibly if their mapping information contains errors or
not.

Options:
--emName of the entity manager to operate on
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + doctrine:migrations:current +
Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:diff + doctrine:migrations:diff command generates a migration by comparing your current database to your mapping information:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:diff


Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--namespaceThe namespace to use for the migration (must be in the list of configured namespaces)
--filter-expressionTables which are filtered by Regular Expression.
--formattedFormat the generated SQL.
--line-lengthMax line length of unformatted lines.
--check-database-platformCheck Database Platform to the generated code.
--allow-empty-diffDo not throw an exception when no changes are detected.
--from-empty-schemaGenerate a full migration as if the current database was empty.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:dump-schema + doctrine:migrations:dump-schema command dumps the schema for your database to a migration:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:dump-schema

After dumping your schema to a migration, you can rollup your migrations using the migrations:rollup command.

Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--formattedFormat the generated SQL.
--namespaceNamespace to use for the generated migrations (defaults to the first namespace definition).
--filter-tablesFilter the tables to dump via Regex.
--line-lengthMax line length of unformatted lines.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:execute + doctrine:migrations:execute command executes migration versions up or down manually:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN

You can show more information about the process by increasing the verbosity level. To see the
executed queries, set the level to debug with -vv:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN -vv

If no --up or --down option is specified it defaults to up:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN --down

You can also execute the migration as a --dry-run:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN --dry-run

You can output the prepared SQL statements to a file with --write-sql:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN --write-sql

Or you can also execute the migration without a warning message which you need to interact with:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN --no-interaction

All the previous commands accept multiple migration versions, allowing you run execute more than
one migration at once:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:execute FQCN-1 FQCN-2 ...FQCN-n


Options:
--write-sqlThe path to output the migration SQL file. Defaults to current working directory.
--dry-runExecute the migration as a dry run.
--upExecute the migration up.
--downExecute the migration down.
--query-timeTime all the queries individually.
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ versions + + + + + + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:generate + doctrine:migrations:generate command generates a blank migration class:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:generate


Options:
--namespaceThe namespace to use for the migration (must be in the list of configured namespaces)
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:latest +
Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:list + doctrine:migrations:list command outputs a list of all available migrations and their status:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:list

Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:migrate + doctrine:migrations:migrate command executes a migration to a specified version or the latest available version:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate

You can show more information about the process by increasing the verbosity level. To see the
executed queries, set the level to debug with -vv:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate -vv

You can optionally manually specify the version you wish to migrate to:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate FQCN

You can specify the version you wish to migrate to using an alias:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate prev
These alias are defined: first, latest, prev, current and next

You can specify the version you wish to migrate to using a number against the current version:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate current+3

You can also execute the migration as a --dry-run:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate FQCN --dry-run

You can output the prepared SQL statements to a file with --write-sql:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate FQCN --write-sql

Or you can also execute the migration without a warning message which you need to interact with --no-interaction:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate --no-interaction

You can also time all the different queries if you want to know which one is taking so long with --query-time:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate --query-time

You can skip throwing an exception if no migration is available with --allow-no-migration:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate --allow-no-migration

You can wrap the entire migration in a transaction with --all-or-nothing:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:migrate --all-or-nothing


Options:
--write-sqlThe path to output the migration SQL file. Defaults to current working directory.
--dry-runExecute the migration as a dry run.
--query-timeTime all the queries individually.
--allow-no-migrationDo not throw an exception if no migration is available.
--all-or-nothingWrap the entire migration in a transaction.
--no-all-or-nothingDisable wrapping the entire migration in a transaction.
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ version[=null] + + + + + + + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:rollup + doctrine:migrations:rollup command rolls up migrations by deleting all tracked versions and
inserts the one version that exists that was created with the migrations:dump-schema command.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:rollup

To dump your schema to a migration version you can use the migrations:dump-schema command.

Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:status + doctrine:migrations:status command outputs the status of a set of migrations:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:status

Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:sync-metadata-storage + The doctrine:migrations:sync-metadata-storage command updates metadata storage to the latest version,
ensuring it is ready to receive migrations generated by the current version of Doctrine Migrations.


/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:sync-metadata-storage

Options:
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + doctrine:migrations:up-to-date + doctrine:migrations:up-to-date command tells you if your schema is up-to-date:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:up-to-date

Options:
--fail-on-unregistered(-u)Whether to fail when there are unregistered extra migrations found
--list-migrations(-l)Show a list of missing or not migrated versions.
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + + +
+ + doctrine:migrations:version + doctrine:migrations:version command allows you to manually add, delete or synchronize migration versions from the version table:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version MIGRATION-FQCN --add

If you want to delete a version you can use the --delete option:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version MIGRATION-FQCN --delete

If you want to synchronize by adding or deleting all migration versions available in the version table you can use the --all option:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version --add --all
/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version --delete --all

If you want to synchronize by adding or deleting some range of migration versions available in the version table you can use the --range-from/--range-to option:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version --add --range-from=MIGRATION-FQCN --range-to=MIGRATION-FQCN
/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version --delete --range-from=MIGRATION-FQCN --range-to=MIGRATION-FQCN

You can also execute this command without a warning message which you need to interact with:

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:migrations:version --no-interaction

Options:
--addAdd the specified version.
--deleteDelete the specified version.
--allApply to all the versions.
--range-fromApply from specified version.
--range-toApply to specified version.
--configurationThe path to a migrations configuration file. [default: any of migrations.{php,xml,json,yml,yaml}]
--emThe name of the entity manager to use.
--connThe name of the connection to use.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ version[=null] + + + + + + + + + + + + + + + + + + + + + +
+ + doctrine:query:dql + doctrine:query:dql command executes the given DQL query and
outputs the results:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:query:dql "SELECT u FROM App\Entity\User u"

You can also optionally specify some additional options like what type of
hydration to use when executing the query:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:query:dql "SELECT u FROM App\Entity\User u" --hydrate=array

Additionally you can specify the first result and maximum amount of results to
show:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:query:dql "SELECT u FROM App\Entity\User u" --first-result=0 --max-result=30

Options:
--emName of the entity manager to operate on
--hydrateHydration mode of result set. Should be either: object, array, scalar or single-scalar.
--first-resultThe first result in the result set.
--max-resultThe maximum number of results in the result set.
--depthDumping depth of Entity graph.
--show-sqlDump generated SQL instead of executing query
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ dql + + + + + + + + + + + + + + + + + + + +
+ + doctrine:query:sql + doctrine:query:sql command executes the given SQL query and
outputs the results:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console doctrine:query:sql "SELECT * FROM users"

Options:
--connectionThe named database connection
--depthDumping depth of result set (deprecated).
--force-fetchForces fetching the result.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ sql + + + + + + + + + + + + + + + + +
+ + doctrine:schema:create +
Hint: If you have a database with tables that should not be managed
by the ORM, you can use a DBAL functionality to filter the tables and sequences down
on a global level:

$config->setSchemaAssetsFilter(function (string|AbstractAsset $assetName): bool {
if ($assetName instanceof AbstractAsset) {
$assetName = $assetName->getName();
}

return !str_starts_with($assetName, 'audit_');
});

Options:
--emName of the entity manager to operate on
--dump-sqlInstead of trying to apply generated SQLs into EntityManager Storage Connection, output them.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + doctrine:schema:drop + Beware that the complete database is dropped by this command, even tables that are not relevant to your metadata model.

Hint: If you have a database with tables that should not be managed
by the ORM, you can use a DBAL functionality to filter the tables and sequences down
on a global level:

$config->setSchemaAssetsFilter(function (string|AbstractAsset $assetName): bool {
if ($assetName instanceof AbstractAsset) {
$assetName = $assetName->getName();
}

return !str_starts_with($assetName, 'audit_');
});

Options:
--emName of the entity manager to operate on
--dump-sqlInstead of trying to apply generated SQLs into EntityManager Storage Connection, output them.
--force(-f)Don't ask for the deletion of the database, but force the operation to run.
--full-databaseInstead of using the Class Metadata to detect the database table schema, drop ALL assets that the database contains.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + +
+ + doctrine:schema:update + doctrine:schema:update command generates the SQL needed to
synchronize the database schema with the current mapping metadata of the
default entity manager.

For example, if you add metadata for a new column to an entity, this command
would generate and output the SQL needed to add the new column to the database:

doctrine:schema:update --dump-sql

Alternatively, you can execute the generated queries:

doctrine:schema:update --force

If both options are specified, the queries are output and then executed:

doctrine:schema:update --dump-sql --force

Finally, be aware that this task will drop all database assets (e.g. tables,
etc) that are *not* described by the current metadata. In other words, without
this option, this task leaves untouched any "extra" tables that exist in the
database, but which aren't described by any metadata.

Hint: If you have a database with tables that should not be managed
by the ORM, you can use a DBAL functionality to filter the tables and sequences down
on a global level:

$config->setSchemaAssetsFilter(function (string|AbstractAsset $assetName): bool {
if ($assetName instanceof AbstractAsset) {
$assetName = $assetName->getName();
}

return !str_starts_with($assetName, 'audit_');
});

Options:
--emName of the entity manager to operate on
--completeThis option is a no-op, is deprecated and will be removed in 4.0
--dump-sqlDumps the generated SQL statements to the screen (does not execute them).
--force(-f)Causes the generated SQL statements to be physically executed against your database.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + +
+ + doctrine:schema:validate +
Options:
--emName of the entity manager to operate on
--skip-mappingSkip the mapping validation check
--skip-syncSkip checking if the mapping is in sync with the database
--skip-property-typesSkip checking if property types match the Doctrine types
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + +
+ + lint:container +
Options:
--resolve-env-varsResolve environment variables and fail if one is missing.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + lint:translations + lint:translations command lint translations.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:translations

Options:
--localeSpecify the locales to lint.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + command]]> + + + + + + + + + + + + +
+ + lint:twig + lint:twig command lints a template and outputs to STDOUT
the first encountered syntax error.

You can validate the syntax of contents passed from STDIN:

cat filename | php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:twig -

Or the syntax of a file:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:twig filename

Or of a whole directory:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:twig dirname

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:twig dirname --format=json
Or all template files in a bundle:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:twig @AcmeDemoBundle


Options:
--formatThe output format ("txt", "json", "github")
--show-deprecationsShow deprecations as errors
--excludesExcluded directories
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ filename[=null] + + + + + + + + + + + + + + + + +
+ + lint:xliff + lint:xliff command lints an XLIFF file and outputs to STDOUT
the first encountered syntax error.

You can validates XLIFF contents passed from STDIN:

cat filename | php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:xliff -

You can also validate the syntax of a file:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:xliff filename

Or of a whole directory:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:xliff dirname

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:xliff dirname --format=json


Options:
--formatThe output format ("txt", "json", "github")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ filename[=null] + + + + + + + + + + + + + + +
+ + lint:yaml + lint:yaml command lints a YAML file and outputs to STDOUT
the first encountered syntax error.

You can validates YAML contents passed from STDIN:

cat filename | php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml -

You can also validate the syntax of a file:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml filename

Or of a whole directory:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml dirname

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml dirname --format=json

You can also exclude one or more specific files:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml dirname --exclude="dirname/foo.yaml" --exclude="dirname/bar.yaml"

Or find all files in a bundle:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console lint:yaml @AcmeDemoBundle


Options:
--formatThe output format ("txt", "json", "github")
--excludePath(s) to exclude
--parse-tagsParse custom tags
--no-parse-tagsNegate the "--parse-tags" option
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ filename[=null] + + + + + + + + + + + + + + + + + +
+ + mailer:test + mailer:test command tests a Mailer transport by sending a simple email message:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console mailer:test to@example.com

You can also specify a specific transport:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console mailer:test to@example.com --transport=transport_name

Note that this command bypasses the Messenger bus if configured.


Options:
--fromThe sender of the message
--subjectThe subject of the message
--bodyThe body of the message
--transportThe transport to be used
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ to + + + + + + + + + + + + + + + + + +
+ + make:auth + make:auth command generates various authentication systems,
by asking questions.

It can provide an empty authenticator, or a full login form authentication process.
In both cases it also updates your security.yaml.
For the login form, it also generates a controller and the Twig template.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:auth


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + make:command + make:command command generates a new command:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:command app:do-something

If the argument is missing, the command will ask for the command name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:controller + make:controller command generates a new controller class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:controller CoolStuffController

If the argument is missing, the command will ask for the controller class name interactively.

If you have the symfony/twig-bundle installed, a Twig template will also be
generated for the controller.

composer require symfony/twig-bundle

You can also generate the controller alone, without template with this option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:controller --no-template

To generate tailored PHPUnit tests, simply call:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:controller --with-tests

This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.


Options:
--no-templateUse this option to disable template generation
--invokable(-i)Use this option to create an invokable controller
--with-testsGenerate PHPUnit Tests
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ controller-class[=null] + + + + + + + + + + + + + + + + +
+ + make:crud + make:crud command generates crud controller with templates for selected entity.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:crud BlogPost

If the argument is missing, the command will ask for the entity class name interactively.
To generate tailored PHPUnit tests, simply call:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:crud --with-tests

This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.


Options:
--with-testsGenerate PHPUnit Tests
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ entity-class[=null] + + + + + + + + + + + + + + +
+ + make:docker:database + make:docker:database command generates or updates databases services in compose.yaml

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:docker:database

Supports MySQL, MariaDB and PostgreSQL


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + make:entity + make:entity command creates or updates an entity and repository class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity BlogPost

If the argument is missing, the command will ask for the entity class name interactively.

You can also mark this class as an API Platform resource. A hypermedia CRUD API will
automatically be available for this entity class:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --api-resource

Symfony can also broadcast all changes made to the entity to the client using Symfony
UX Turbo.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --broadcast

You can also generate all the getter/setter/adder/remover methods
for the properties of existing entities:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --regenerate

You can also *overwrite* any existing methods:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --regenerate --overwrite

Instead of using the default "int" type for the entity's "id", you can use the
UUID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-uuids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --with-uuid

Or you can use the ULID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-ulids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:entity --with-ulid


Options:
--api-resource(-a)Mark this class as an API Platform resource (expose a CRUD API for it)
--broadcast(-b)Add the ability to broadcast entity updates using Symfony UX Turbo?
--regenerateInstead of adding new fields, simply generate the methods (e.g. getter/setter) for existing fields
--overwriteOverwrite any existing getter/setter methods
--with-uuidUse UUID for entity "id"
--with-ulidUse ULID for entity "id"
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + + + + + + +
+ + make:fixtures + make:fixtures command generates a new Doctrine fixtures class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:fixtures AppFixtures

If the argument is missing, the command will ask for a class interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ fixtures-class[=null] + + + + + + + + + + + + + +
+ + make:form + make:form command generates a new form class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:form UserForm

If the argument is missing, the command will ask for the form class interactively.

You can optionally specify the bound class in a second argument.
This can be the name of an entity like User

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:form UserForm User

You can also specify a fully qualified name to another class like \App\Dto\UserData.
Slashes must be escaped in the argument.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:form UserForm \\App\\Dto\\UserData



Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] bound-class[=null] + + + + + + + + + + + + + +
+ + make:listener + make:listener command generates a new event subscriber class or a new event listener class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:listener ExceptionListener

If the argument is missing, the command will ask for the class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] event[=null] + + + + + + + + + + + + + +
+ + make:message + make:message command generates a new message class & handler.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:message EmailMessage

If the argument is missing, the command will ask for the message class interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:messenger-middleware + make:messenger-middleware command generates a new message class & handler.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:messenger-middleware EmailMessage

If the argument is missing, the command will ask for the message class interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:migration + make:migration command generates a new migration:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:migration

You can also generate a formatted migration with this option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:migration --formatted


Options:
--formattedFormat the generated SQL
--configurationThe path of doctrine configuration file
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + make:registration-form + make:registration-form command generates a complete registration form, controller & template.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:registration-form

The command will ask for several pieces of information to build your form.

To generate tailored PHPUnit tests, simply call:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:registration-form --with-tests

This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.


Options:
--with-testsGenerate PHPUnit Tests
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + make:reset-password + make:reset-password command generates all the files needed to implement
a fully-functional & secure password reset system.

The SymfonycastsResetPasswordBundle is required and can be added using composer:
composer require symfonycasts/reset-password-bundle

For more information on the reset-password-bundle check out:
https://github.com/symfonycasts/reset-password-bundle

make:reset-password requires a user entity with an email property,
email getter method, and a password setter method. Maker will ask for these
interactively if they cannot be guessed.

Maker will also update your reset-password.yaml configuration file
if one exists. If you have customized the configuration file, maker will attempt
to modify it accordingly but preserve your customizations.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:reset-password

Instead of using the default "int" type for the entity's "id", you can use the
UUID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-uuids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:reset-password --with-uuid

Or you can use the ULID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-ulids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:reset-password --with-ulid

To generate tailored PHPUnit tests, simply call:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:reset-password --with-tests

This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.


Options:
--with-uuidUse UUID for entity "id"
--with-ulidUse ULID for entity "id"
--with-testsGenerate PHPUnit Tests
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + +
+ + make:schedule + make:schedule command generates a schedule to automate repeated
tasks using Symfony's Scheduler Component.

If the Scheduler Component is not installed, make:schedule will
install it automatically using composer. You can of course do this manually by
running composer require symfony/scheduler.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:schedule


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + make:security:custom + make:security:custom command generates a simple custom authenticator
class based off the example provided in:

https://symfony.com/doc/current/security/custom_authenticator.html

This will also update your security.yaml for the new custom authenticator.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:security:custom


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + make:security:form-login + make:security:form-login command generates a controller and Twig template
to allow users to login using the form_login authenticator.

The controller name, and logout ability can be customized by answering the
questions asked when running make:security:form-login.

This will also update your security.yaml for the new authenticator.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:security:form-login

To generate tailored PHPUnit tests, simply call:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:security:form-login --with-tests

This will generate a unit test in tests/ for you to review then use
to test the new functionality of your app.


Options:
--with-testsGenerate PHPUnit Tests
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + make:serializer:encoder + make:serializer:encoder command generates a new serializer encoder class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:serializer:encoder YamlEncoder

If the argument is missing, the command will ask for the class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] format[=null] + + + + + + + + + + + + + +
+ + make:serializer:normalizer + make:serializer:normalizer command generates a new serializer normalizer class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:serializer:normalizer UserNormalizer

If the argument is missing, the command will ask for the class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:stimulus-controller + make:stimulus-controller command generates a new Stimulus controller.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:stimulus-controller hello

If the argument is missing, the command will ask for the controller name interactively.

To generate a TypeScript file (instead of a JavaScript file) use the --typescript
(or --ts) option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:stimulus-controller hello --typescript

It will also interactively ask for values, targets, classes to add to the Stimulus
controller (optional).

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:stimulus-controller


Options:
--typescript(-ts)Create a TypeScript controller (default is JavaScript)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name + + + + + + + + + + + + + + +
+ + make:test + make:test command generates a new test class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:test TestCase BlogPostTest

If the first argument is missing, the command will ask for the test type interactively.

If the second argument is missing, the command will ask for the class name interactively.
* TestCase: basic PHPUnit tests
* KernelTestCase: basic tests that have access to Symfony services
* WebTestCase: to run browser-like scenarios, but that don't execute JavaScript code
* ApiTestCase: to run API-oriented scenarios
* PantherTestCase: to run e2e scenarios, using a real-browser or HTTP client and a real web server

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ type[=null] name[=null] + + + + + + + + + + + + + +
+ + make:twig-component +
Options:
--liveWhether to create a Live component (requires symfony/ux-live-component)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + +
+ + make:twig-extension + make:twig-extension command generates a new Twig extension with its runtime class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:twig-extension AppExtension

If the argument is missing, the command will ask for the class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:user + make:user command generates a new user class for security
and updates your security.yaml file for it. It will also generate a user provider
class if your situation needs a custom class.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:user User

If the argument is missing, the command will ask for the class name interactively.

Instead of using the default "int" type for the entity's "id", you can use the
UUID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-uuids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:user --with-uuid

Or you can use the ULID type from Symfony's Uid component.
https://symfony.com/doc/current/components/uid.html#storing-ulids-in-databases

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:user --with-ulid


Options:
--is-entityDo you want to store user data in the database (via Doctrine)?
--identity-property-nameEnter a property name that will be the unique "display" name for the user (e.g. email, username, uuid)
--with-passwordWill this app be responsible for checking the password? Choose No if the password is actually checked by some other system (e.g. a single sign-on server)
--with-uuidUse UUID for entity "id"
--with-ulidUse ULID for entity "id"
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + + + + + + +
+ + make:validator + make:validator command generates a new validation constraint.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:validator EnabledValidator

If the argument is missing, the command will ask for the constraint class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:voter + make:voter command generates a new security voter.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:voter BlogPostVoter

If the argument is missing, the command will ask for the class name interactively.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + make:webhook + make:webhook command creates a RequestParser, a WebhookHandler and adds the necessary configuration
for a new Webhook.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console make:webhook stripe

If the argument is missing, the command will ask for the webhook name interactively.

It will also interactively ask for the RequestMatchers to use for the RequestParser's getRequestMatcher function.


Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name[=null] + + + + + + + + + + + + + +
+ + messenger:consume + messenger:consume command consumes messages and dispatches them to the message bus.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume

To receive from multiple transports, pass each name:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume receiver1 receiver2

Use the --limit option to limit the number of messages received:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --limit=10

Use the --failure-limit option to stop the worker when the given number of failed messages is reached:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --failure-limit=2

Use the --memory-limit option to stop the worker if it exceeds a given memory usage limit. You can use shorthand byte values [K, M or G]:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --memory-limit=128M

Use the --time-limit option to stop the worker when the given time limit (in seconds) is reached.
If a message is being handled, the worker will stop after the processing is finished:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --time-limit=3600

Use the --bus option to specify the message bus to dispatch received messages
to instead of trying to determine it automatically. This is required if the
messages didn't originate from Messenger:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --bus=event_bus

Use the --queues option to limit a receiver to only certain queues (only supported by some receivers):

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --queues=fasttrack

Use the --no-reset option to prevent services resetting after each message (may lead to leaking services' state between messages):

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --no-reset

Use the --all option to consume from all receivers:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:consume --all

Options:
--limit(-l)Limit the number of received messages
--failure-limit(-f)The number of failed messages the worker can consume
--memory-limit(-m)The memory limit the worker can consume
--time-limit(-t)The time limit in seconds the worker can handle new messages
--sleepSeconds to sleep before asking for new messages after no messages were found
--bus(-b)Name of the bus to which received messages should be dispatched (if not passed, bus is determined automatically)
--queuesLimit receivers to only consume from the specified queues
--no-resetDo not reset container services after each message
--allConsume messages from all receivers
--keepaliveWhether to use the transport's keepalive mechanism if implemented
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ receivers[=null] + + + + + + + + + + + + + + + + + + + + + + + +
+ + messenger:failed:remove + messenger:failed:remove removes given messages that are pending in the failure transport.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:remove {id1} [{id2} ...]

The specific ids can be found via the messenger:failed:show command.

You can remove all failed messages from the failure transport by using the "--all" option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:remove --all

Options:
--allRemove all failed messages from the transport
--forceForce the operation without confirmation
--transportUse a specific failure transport
--show-messagesDisplay messages before removing it (if multiple ids are given)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ id[=null] + + + + + + + + + + + + + + + + + +
+ + messenger:failed:retry + messenger:failed:retry retries message in the failure transport.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:retry

The command will interactively ask if each message should be retried,
discarded or skipped.

Some transports support retrying a specific message id, which comes
from the messenger:failed:show command.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:retry {id}

Or pass multiple ids at once to process multiple messages:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:retry {id1} {id2} {id3}


Options:
--forceForce action without confirmation
--transportUse a specific failure transport
--keepaliveWhether to use the transport's keepalive mechanism if implemented
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ id[=null] + + + + + + + + + + + + + + + + +
+ + messenger:failed:show + messenger:failed:show shows message that are pending in the failure transport.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:show

Or look at a specific message by its id:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:failed:show {id}

Options:
--maxMaximum number of messages to list
--transportUse a specific failure transport
--statsDisplay the message count by class
--class-filterFilter by a specific class name
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ id[=null] + + + + + + + + + + + + + + + + + +
+ + messenger:setup-transports + messenger:setup-transports command setups the transports:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:setup-transports

Or a specific transport only:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:setup-transports

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ transport[=null] + + + + + + + + + + + + + +
+ + messenger:stats + messenger:stats command counts the messages for all the transports:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:stats

Or specific transports only:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:stats

The --format option specifies the format of the command output:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:stats --format=json

Options:
--formatThe output format ("txt", "json")
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ transport_names[=null] + + + + + + + + + + + + + + +
+ + messenger:stop-workers + messenger:stop-workers command sends a signal to stop any messenger:consume processes that are running.

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console messenger:stop-workers

Each worker command will finish the message they are currently processing
and then exit. Worker commands are *not* automatically restarted: that
should be handled by a process control system.

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + router:match + router:match shows which routes match a given request and which don't and for what reason:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console router:match /foo

or

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console router:match /foo --method POST --scheme https --host symfony.com --verbose


Options:
--methodSet the HTTP method
--schemeSet the URI scheme (usually http or https)
--hostSet the URI host
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ path_info + + + + + + + + + + + + + + + + +
+ + secrets:decrypt-to-local + secrets:decrypt-to-local command decrypts all secrets and copies them in the local vault.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:decrypt-to-local

When the --force option is provided, secrets that already exist in the local vault are overridden.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:decrypt-to-local --force

Options:
--force(-f)Force overriding of secrets that already exist in the local vault
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + secrets:encrypt-from-local + secrets:encrypt-from-local command encrypts all locally overridden secrets to the vault.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:encrypt-from-local

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + +
+ + secrets:generate-keys + secrets:generate-keys command generates a new encryption key.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:generate-keys

If encryption keys already exist, the command must be called with
the --rotate option in order to override those keys and re-encrypt
existing secrets.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:generate-keys --rotate

Options:
--local(-l)Update the local vault.
--rotate(-r)Re-encrypt existing secrets with the newly generated keys.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + +
+ + secrets:list + secrets:list command list all stored secrets.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:list

When the option --reveal is provided, the decrypted secrets are also displayed.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:list --reveal

Options:
--reveal(-r)Display decrypted values alongside names
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + secrets:remove + secrets:remove command removes a secret from the vault.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:remove

Options:
--local(-l)Update the local vault.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name + + + + + + + + + + + + + + +
+ + secrets:reveal + secrets:reveal command reveals a stored secret.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:reveal

Options:
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name + + + + + + + + + + + + + +
+ + secrets:set + secrets:set command stores a secret in the vault.

/home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:set

To reference secrets in services.yaml or any other config
files, use "%env()%".

By default, the secret value should be entered interactively.
Alternatively, provide a file where to read the secret from:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:set filename

Use "-" as a file name to read from STDIN:

cat filename | php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console secrets:set -

Use --local to override secrets for local needs.

Options:
--local(-l)Update the local vault.
--random(-r)Generate a random value.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ name file[=null] + + + + + + + + + + + + + + + +
+ + security:hash-password + The security:hash-password command hashes passwords according to your
security configuration. This command is mainly used to generate passwords for
the in_memory user provider type and for changing passwords
in the database while developing the application.

Suppose that you have the following security configuration in your application:


# config/packages/security.yml
security:
password_hashers:
Symfony\Component\Security\Core\User\InMemoryUser: plaintext
App\Entity\User: auto


If you execute the command non-interactively, the first available configured
user class under the security.password_hashers key is used and a random salt is
generated to hash the password:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console security:hash-password --no-interaction [password]

Pass the full user class path as the second argument to hash passwords for
your own entities:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console security:hash-password --no-interaction [password] 'App\Entity\User'

Executing the command interactively allows you to generate a random salt for
hashing the password:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console security:hash-password [password] 'App\Entity\User'

In case your hasher doesn't require a salt, add the empty-salt option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console security:hash-password --empty-salt [password] 'App\Entity\User'


Options:
--empty-saltDo not generate a salt or let the hasher generate one.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ password[=null] user-class[=null] + + + + + + + + + + + + + + +
+ + server:dump + server:dump starts a dump server that collects and displays
dumps in a single place for debugging you application:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console server:dump

You can consult dumped data in HTML format in your browser by providing the --format=html option
and redirecting the output to a file:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console server:dump --format="html" > dump.html


Options:
--formatThe output format (cli, html)
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + +
+ + server:log + server:log starts a log server to display in real time the log
messages generated by your application:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console server:log

To filter the log messages using any ExpressionLanguage compatible expression, use the --filter option:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console server:log --filter="level > 200 or channel in ['app', 'doctrine']"

Options:
--hostThe server host
--formatThe line format
--date-formatThe date format
--filterAn expression to filter log. Example: "level > 200 or channel in ['app', 'doctrine']"
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ + + + + + + + + + + + + + + + + +
+ + translation:extract + translation:extract command extracts translation strings from templates
of a given bundle or the default translations directory. It can display them or merge
the new ones into the translation files.

When new translation strings are found it can automatically add a prefix to the translation
message. However, if the --no-fill option is used, the --prefix
option has no effect, since the translation values are left empty.

Example running against a Bundle (AcmeBundle)

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --dump-messages en AcmeBundle
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --force --prefix="new_" fr AcmeBundle

Example running against default messages directory

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --dump-messages en
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --force --prefix="new_" fr

You can sort the output with the --sort flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --dump-messages --sort=asc en AcmeBundle
php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --force --sort=desc fr

You can dump a tree-like structure using the yaml format with --as-tree flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:extract --force --format=yaml --as-tree=3 en AcmeBundle


Options:
--prefixOverride the default prefix
--no-fillExtract translation keys without filling in values
--formatOverride the default output format
--dump-messagesShould the messages be dumped in the console
--forceShould the extract be done
--cleanShould clean not found messages
--domainSpecify the domain to extract
--sortReturn list of messages sorted alphabetically
--as-treeDump the messages as a tree-like structure: The given value defines the level where to switch to inline YAML
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ locale bundle[=null] + + + + + + + + + + + + + + + + + + + + + + +
+ + translation:pull + translation:pull command pulls translations from the given provider. Only
new translations are pulled, existing ones are not overwritten.

You can overwrite existing translations (and remove the missing ones on local side) by using the --force flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:pull --force provider

Full example:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:pull provider --force --domains=messages --domains=validators --locales=en

This command pulls all translations associated with the messages and validators domains for the en locale.
Local translations for the specified domains and locale are deleted if they're not present on the provider and overwritten if it's the case.
Local translations for others domains and locales are ignored.

Options:
--forceOverride existing translations with provider ones (it will delete not synchronized messages).
--intl-icuAssociated to --force option, it will write messages in "%domain%+intl-icu.%locale%.xlf" files.
--domainsSpecify the domains to pull.
--localesSpecify the locales to pull.
--formatOverride the default output format.
--as-treeWrite messages as a tree-like structure. Needs --format=yaml. The given value defines the level where to switch to inline YAML
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ provider + + + + + + + + command]]> + + + + + + + + + + + + +
+ + translation:push + translation:push command pushes translations to the given provider. Only new
translations are pushed, existing ones are not overwritten.

You can overwrite existing translations by using the --force flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:push --force provider

You can delete provider translations which are not present locally by using the --delete-missing flag:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:push --delete-missing provider

Full example:

php /home/poule/encrypted/stockage-syncable/www/development/html/osm-commerce-sf/bin/console translation:push provider --force --delete-missing --domains=messages --domains=validators --locales=en

This command pushes all translations associated with the messages and validators domains for the en locale.
Provider translations for the specified domains and locale are deleted if they're not present locally and overwritten if it's the case.
Provider translations for others domains and locales are ignored.

Options:
--forceOverride existing translations with local ones (it will delete not synchronized messages).
--delete-missingDelete translations available on provider but not locally.
--domainsSpecify the domains to push.
--localesSpecify the locales to push.
--help(-h)Display help for the given command. When no command is given display help for the list command
--silentDo not output any message
--quiet(-q)Only errors are displayed. All other output is suppressed
--verbose(-v)Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version(-V)Display this application version
--ansiForce (or disable --no-ansi) ANSI output
--no-ansiNegate the "--ansi" option
--no-interaction(-n)Do not ask any interactive question
--env(-e)The Environment name.
--no-debugSwitch off debug mode.
--profileEnables profiling (requires debug).

]]>
+ provider + + + + + + command]]> + + + + + + + + + + + + +
+
+ diff --git a/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd b/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd new file mode 100644 index 0000000..f2efc6d --- /dev/null +++ b/.idea/commandlinetools/schemas/frameworkDescriptionVersion1.1.4.xsd @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/osm-commerce-sf.iml b/.idea/osm-commerce-sf.iml index 24643cc..ab7b1f8 100644 --- a/.idea/osm-commerce-sf.iml +++ b/.idea/osm-commerce-sf.iml @@ -2,9 +2,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..75ef1e3 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..4f8104c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c38c25e..8439561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "osm-commerces", + "name": "osm-commerce-sf", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/templates/admin/followup_embed_graph.html.twig b/templates/admin/followup_embed_graph.html.twig index 7fb9309..c20e6ce 100644 --- a/templates/admin/followup_embed_graph.html.twig +++ b/templates/admin/followup_embed_graph.html.twig @@ -115,14 +115,14 @@ function getDelta(data, days) { return ref !== null ? last - ref : null; } function formatDelta(val) { - if (val === null) return '-'; + if (val === null) return 'Pas de données'; if (val === 0) return '0'; return (val > 0 ? '+' : '') + val; } -const delta7dCount = formatDelta(getDelta(countData, 7)); +const delta7dCount = getDelta(countData, 7); const infoDiv = document.createElement('div'); -infoDiv.className = 'mt-3 alert alert-info'; -infoDiv.innerHTML = `Progression sur 7 jours : ${delta7dCount}`; +infoDiv.className = 'mt-3 alert ' + (delta7dCount === null ? 'alert-secondary' : 'alert-info'); +infoDiv.innerHTML = `Progression sur 7 jours : ${delta7dCount === null ? 'Aucune donnée' : (delta7dCount > 0 ? '+' + delta7dCount : delta7dCount === 0 ? '0' : delta7dCount)}`; canvas.parentNode.appendChild(infoDiv); {% endblock %} \ No newline at end of file diff --git a/templates/public/dashboard.html.twig b/templates/public/dashboard.html.twig index 9b71175..16af6fd 100644 --- a/templates/public/dashboard.html.twig +++ b/templates/public/dashboard.html.twig @@ -4,16 +4,18 @@ {% block stylesheets %} {{ parent() }} - +