Skip to content

Commit

Permalink
update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Feb 24, 2024
1 parent 09d7886 commit 54fb21d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ class Bootstrap
-d --debug enable debug mode
--format=<format> change output returned value format (json, xml, serialized, raw, dump)
The most commonly used zemit commands are:
deployment Populate the database
Tasks:
cache Wipe the cache
cron Run the scheduled task
database Create, optimize, truncate or drop tables within the database
data-life-cycle Delete old data based on the data life cycle definitions
scaffold Generating files and folders structure
test Return the memory usage to see if the CLI works
user Manage the users and passwords
DOC;

/**
Expand Down

0 comments on commit 54fb21d

Please sign in to comment.