X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fconfig.import.yml;h=30e1a8848b0ee34c966be0aa8e422e94564acd58;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=330cd4530a649b0ae6c641323d06fe7c652a3924;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/config.import.yml b/vendor/drupal/console-en/translations/config.import.yml index 330cd4530..30e1a8848 100644 --- a/vendor/drupal/console-en/translations/config.import.yml +++ b/vendor/drupal/console-en/translations/config.import.yml @@ -9,3 +9,13 @@ messages: importing: 'Importing configuration.' already-imported: 'Another request may be synchronizing configuration already.' nothing-to-do: 'There are no changes to import.' +examples: + - description: 'Provide a configuration file' + execution: | + drupal config:import \ + --file=/path/to/config/file + - description: 'Provide a configuration directory' + execution: | + drupal config:import \ + --directory=/path/to/config/dir +