CLI

From Journey
Revision as of 18:18, 19 October 2020 by Howlmc (talk | contribs) (Created page with "CLI {{Development|Development}} The Command Line Interface gives us the ability to have CRON scripting as well as management at a very simple level....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The Command Line Interface gives us the ability to have CRON scripting as well as management at a very simple level.

The CLI is strongly influenced by what Symfony already has.

Users

FOS Users

Create

bin/console fos:user:create username user@email.net.nz password

Promote

bin/console fos:user:promote username ROLE_ADMIN

Category

Category:Websites | Category:Development | Category:Help