diff --git a/docs/en/index.rst b/docs/en/index.rst index 28899b7b0..38c7d2f89 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -14,7 +14,7 @@ Installation Before trying to use or extend bake, make sure it is installed in your application. Bake is provided as a plugin that you can install with Composer:: - composer require --dev cakephp/bake:"^2.0" + composer require --dev cakephp/bake:"^3.0" The above will install bake as a development dependency. This means that it will not be installed when you do production deployments. diff --git a/docs/en/usage.rst b/docs/en/usage.rst index d68a745f0..e25b3f023 100644 --- a/docs/en/usage.rst +++ b/docs/en/usage.rst @@ -59,4 +59,4 @@ template files used when baking. To create your own templates, see the .. meta:: :title lang=en: Code Generation with Bake - :keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql + :keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql diff --git a/docs/es/usage.rst b/docs/es/usage.rst index dad6ffd95..40a6e43a3 100644 --- a/docs/es/usage.rst +++ b/docs/es/usage.rst @@ -14,7 +14,7 @@ Si tiene problemas para ejecutar el script, asegurese de: lanzar ``bin/cake bake``. Antes de comenzar la ejecución, asegúrese de disponer al menos de una conexión -a una base de datos configurada. +a una base de datos configurada. Para comenzar con la ejecución del comando debe abrir la consola de windows y ejecutar "Cake Bake" @@ -53,8 +53,6 @@ El resultado debería ser algo similar a lo siguiente:: - migration_snapshot - model - plugin - - shell - - shell-helper - template - test @@ -112,4 +110,4 @@ propios templates, ver :ref:`bake theme creation documentation .. meta:: :title lang=es: Crear código con Bake - :keywords lang=es: interfaz de línea de comando, aplicación funcional, base de datos, configuración de base de datos, bash script, ingredientes básicos, proyecto, modelo, path, crear código, generación de código, scaffolding, usuarios windows, archivo de configuración, pocos minutos, configurar, iew, shell, modelos, running, mysql + :keywords lang=es: interfaz de línea de comando, aplicación funcional, base de datos, configuración de base de datos, bash script, ingredientes básicos, proyecto, modelo, path, crear código, generación de código, scaffolding, usuarios windows, archivo de configuración, pocos minutos, configurar, view, modelos, running, mysql diff --git a/docs/fr/usage.rst b/docs/fr/usage.rst index 79f9f4957..2a6e3d482 100644 --- a/docs/fr/usage.rst +++ b/docs/fr/usage.rst @@ -62,4 +62,4 @@ theme bake `. .. meta:: :title lang=fr: Génération de Code avec Bake - :keywords lang=fr: interface ligne de commande,application fonctionnelle,base de données,configuration base de données,bash script,ingredients basiques,project,model,path path,génération de code,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql + :keywords lang=fr: interface ligne de commande,application fonctionnelle,base de données,configuration base de données,bash script,ingredients basiques,project,model,path path,génération de code,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql diff --git a/docs/ja/usage.rst b/docs/ja/usage.rst index d9470e6c3..9912102ef 100644 --- a/docs/ja/usage.rst +++ b/docs/ja/usage.rst @@ -43,8 +43,6 @@ Windows システムの場合、 ``bin\cake bake`` を試してみてくださ - migration_snapshot - model - plugin - - shell - - shell-helper - template - test @@ -99,4 +97,4 @@ Bake テーマオプション .. meta:: :title lang=ja: Code Generation with Bake - :keywords lang=ja: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql + :keywords lang=ja: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql diff --git a/docs/pt/usage.rst b/docs/pt/usage.rst index 7d513a0f6..f8cf8b4aa 100644 --- a/docs/pt/usage.rst +++ b/docs/pt/usage.rst @@ -44,8 +44,6 @@ Para ver as opções disponíveis no Bake digite:: - bake model - bake model all - bake plugin - - bake shell - - bake shell_helper - bake task - bake template - bake template all @@ -104,7 +102,7 @@ disponíveis usando a opção ``--help``:: Omitting all arguments and options will list the table names you can generate models for. - + Temas para o Bake ================= diff --git a/docs/ru/usage.rst b/docs/ru/usage.rst index 8cfd72b85..128936141 100644 --- a/docs/ru/usage.rst +++ b/docs/ru/usage.rst @@ -46,8 +46,6 @@ - model - plugin - seed - - shell - - shell_helper - task - template - test @@ -94,8 +92,6 @@ and testing setup for a new plugin. Can create plugins in any of your bootstrapped plugin paths. seed Bake seed class. - shell Bake a shell class file. - shell_helper Bake a shell_helper class file. task Bake a task class file. template Bake views for a controller, using built-in or custom templates. @@ -128,4 +124,4 @@ .. meta:: :title lang=ru: Генерация кода с помощью Bake - :keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,iew,shell,models,running,mysql + :keywords lang=en: command line interface,functional application,database,database configuration,bash script,basic ingredients,project,model,path path,code generation,scaffolding,windows users,configuration file,few minutes,config,view,models,running,mysql