Skip to content
Gerrit Uitslag edited this page May 27, 2016 · 11 revisions

All available commands for the Symphony framework could be listed using php app/console list

Available custom commands for the translation tool:

  • dokuwiki:add - Adds a repository
  • dokuwiki:deleteRepo - Delete a repository
  • dokuwiki:setup - Prepare software for first run
  • dokuwiki:softReset - Reset lock, tmp folder, error count and last updated
  • dokuwiki:updateDwApi - Update cache from dokuwiki api
  • dokuwiki:updateGit - Update git repositories
  • dokuwiki:updateLanguages - Updates all language information from local repository

Usage

php app/console dokuwiki:add [...your arguments...]

Documentation per command

php app/console help dokuwiki:add

Usage:
 dokuwiki:add [type] [name] [gitUrl] [branch] [popularity] [displayName] [email] [author] [englishreadonly]

Arguments:
 type             Repository type: core or plugin
 name             Name of the repository (lower case, no special chars or blanks)
 gitUrl           public git url
 branch           default branch
 popularity       popularity value (used to sort)
 displayName      name to display
 email            author email address
 author           author name
 englishreadonly  If readonly, English translations can not be submitted in the tool

php app/console help dokuwiki:deleteRepo

Usage:
 dokuwiki:deleteRepo type name

Arguments:
 type  plugin or core
 name  repository name

php app/console help dokuwiki:updateLanguages

Usage:
 dokuwiki:updateLanguages

php app/console help dokuwiki:setup

Usage:
 dokuwiki:setup

php app/console help dokuwiki:softReset

Usage:
 dokuwiki:softReset type name

Arguments:
 type  plugin or core
 name  repository name

php app/console help dokuwiki:updateGit

Usage:
 dokuwiki:updateGit

php app/console help dokuwiki:updateDwApi

Usage:
 dokuwiki:updateDwApi

Read more!

Process

Files

Maintenance/development

Documentation

Clone this wiki locally