Skip to content

Instantly share code, notes, and snippets.

@khuppenbauer
Created May 6, 2013 21:58
Show Gist options
  • Save khuppenbauer/5528567 to your computer and use it in GitHub Desktop.
Save khuppenbauer/5528567 to your computer and use it in GitHub Desktop.
TYPO3Flow xml commands description for PhpStorm
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.3.xsd" name="TYPO3Flow" invoke="./flow" alias="flow" enabled="true" version="2">
<command>
<name>flow:cache:flush</name>
<help>Flush all caches</help>
<params>[--force]</params>
</command>
<command>
<name>cache:warmup</name>
<help>Warm up caches</help>
</command>
<command>
<name>cache:sys</name>
<help>Call system function</help>
<params>--address</params>
</command>
<command>
<name>configuration:show</name>
<help>Show the active configuration settings</help>
<params>[--type] [--path]</params>
</command>
<command>
<name>configuration:validate</name>
<help>Validate the given configuration</help>
<params>[--type] [--path]</params>
</command>
<command>
<name>configuration:generateschema</name>
<help>Generate a schema for the given configuration or YAML file.</help>
<params>[--type] [--path] [--yaml]</params>
</command>
<command>
<name>flow:core:compile</name>
<help>Explicitly compile proxy classes</help>
<params>[--force]</params>
</command>
<command>
<name>flow:core:setfilepermissions</name>
<help>Adjust file permissions for CLI and web server access</help>
<params>--commandline-user --webserver-user --webserver-group</params>
</command>
<command>
<name>flow:core:migrate</name>
<help>Migrate source files as needed</help>
<params>[--status] [--packages-path] [--package-key]</params>
</command>
<command>
<name>flow:core:shell</name>
<help>Run the interactive Shell</help>
</command>
<command>
<name>doctrine:compileproxies</name>
<help>Compile the Doctrine proxy classes</help>
</command>
<command>
<name>doctrine:validate</name>
<help>Validate the class/table mappings</help>
</command>
<command>
<name>doctrine:create</name>
<help>Create the database schema</help>
<params>[--output]</params>
</command>
<command>
<name>doctrine:update</name>
<help>Update the database schema</help>
<params>[--unsafe-mode] [--output]</params>
</command>
<command>
<name>doctrine:entitystatus</name>
<help>Show the current status of entities and mappings</help>
<params>[--dump-mapping-data]</params>
</command>
<command>
<name>doctrine:dql</name>
<help>Run arbitrary DQL and display results</help>
<params>[--depth] [--hydration-mode] [--offset] [--limit]</params>
</command>
<command>
<name>doctrine:migrationstatus</name>
<help>Show the current migration status</help>
</command>
<command>
<name>doctrine:migrate</name>
<help>Migrate the database schema</help>
<params>[--version] [--output] [--dry-run] [--quiet]</params>
</command>
<command>
<name>doctrine:migrationexecute</name>
<help>Execute a single migration</help>
<params>--version [--direction] [--output] [--dry-run]</params>
</command>
<command>
<name>doctrine:migrationversion</name>
<help>Mark/unmark a migration as migrated</help>
<params>--version [--add] [--delete]</params>
</command>
<command>
<name>doctrine:migrationgenerate</name>
<help>Generate a new migration</help>
<params>[--diff-against-current]</params>
</command>
<command>
<name>help:helpstub</name>
<help>Displays a short, general help message</help>
</command>
<command>
<name>help</name>
<help>Display help for a command</help>
<params>[--command-identifier]</params>
</command>
<command>
<name>help:error</name>
<help>Displays an error message</help>
<params>--exception</params>
</command>
<command>
<name>package:create</name>
<help>Create a new package</help>
<params>--package-key</params>
</command>
<command>
<name>package:delete</name>
<help>Delete an existing package</help>
<params>--package-key</params>
</command>
<command>
<name>package:activate</name>
<help>Activate an available package</help>
<params>--package-key</params>
</command>
<command>
<name>package:deactivate</name>
<help>Deactivate a package</help>
<params>--package-key</params>
</command>
<command>
<name>package:list</name>
<help>List available packages</help>
</command>
<command>
<name>package:freeze</name>
<help>Freeze a package</help>
<params>[--package-key]</params>
</command>
<command>
<name>package:unfreeze</name>
<help>Unfreeze a package</help>
<params>[--package-key]</params>
</command>
<command>
<name>package:refreeze</name>
<help>Refreeze a package</help>
<params>[--package-key]</params>
</command>
<command>
<name>routing:list</name>
<help>List the known routes</help>
</command>
<command>
<name>routing:show</name>
<help>Show informations for a route</help>
<params>--index</params>
</command>
<command>
<name>routing:getpath</name>
<help>Generate a route path</help>
<params>--package [--controller] [--action] [--format]</params>
</command>
<command>
<name>routing:routepath</name>
<help>Route the given route path</help>
<params>--path</params>
</command>
<command>
<name>security:importpublickey</name>
<help>Import a public key</help>
</command>
<command>
<name>security:importprivatekey</name>
<help>Import a private key</help>
<params>[--used-for-passwords]</params>
</command>
<command>
<name>documentation:generatexsd</name>
<help>Generate Fluid ViewHelper XSD Schema</help>
<params>--php-namespace [--xsd-namespace] [--target-file]</params>
</command>
<command>
<name>kickstart:package</name>
<help>Kickstart a new package</help>
<params>--package-key</params>
</command>
<command>
<name>kickstart:actioncontroller</name>
<help>Kickstart a new action controller</help>
<params>--package-key --controller-name [--generate-actions] [--generate-templates] [--generate-related] [--force]</params>
</command>
<command>
<name>kickstart:commandcontroller</name>
<help>Kickstart a new command controller</help>
<params>--package-key --controller-name [--force]</params>
</command>
<command>
<name>kickstart:model</name>
<help>Kickstart a new domain model</help>
<params>--package-key --model-name [--force]</params>
</command>
<command>
<name>kickstart:repository</name>
<help>Kickstart a new domain repository</help>
<params>--package-key --model-name [--force]</params>
</command>
</framework>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment