# 内置命令

执行下述命令,需进入项目根目录

# 系统初始化/重置

php think yunj:init

# 系统权限初始化/重置

此命令执行前会调用系统路由初始化/重置命令

php think yunj:init-system-auths

# 系统路由初始化/重置

php think yunj:init-system-routes

# 路由文件重置

php think yunj:route-file-reset

# 超管账户重置

php think yunj:admin-reset

# Redis缓存清理

php think yunj:redis-clear