X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fconfig.export.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fconfig.export.yml;h=66f83289da533949fdde93b7984020c6e4b0aa42;hp=7266b45b8719e04f39b5701cc2972c796297fd0f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/config.export.yml b/vendor/drupal/console-en/translations/config.export.yml index 7266b45b8..66f83289d 100644 --- a/vendor/drupal/console-en/translations/config.export.yml +++ b/vendor/drupal/console-en/translations/config.export.yml @@ -7,3 +7,16 @@ options: messages: directory: 'The configuration was exported at "%s"' error: 'An error occurred while creating your directory at "%s"' +examples: + - description: 'Optional you can add the path to export' + execution: | + drupal config:export \ + --directory="path/to/export" + - description: 'If export will be in a compressed file and/or if uuid and config hashes will be removed.' + execution: | + drupal config:export \ + --directory="path/to/export" \ + --tar \ + --remove-uuid \ + --remove-config-hash +