-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
34 lines (20 loc) · 1.11 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# USAGE
$ drush help switch-node-input-filters
Switch input filters on nodes of a given type.
Examples:
drush snif Article basic_html full_html Switch all Article nodes which currently use full_html to basic_html.
drush snif Blog wysiwyg Switch all Blog nodes to the wysiwyg filter.
Arguments:
node-type The type of node on which filters should be switched.
to-filter Switch nodes to this filter...
from-filter ...from this filter (optional - without this, all nodes will be switched).
Options:
--dry-run todo
--limit todo
Aliases: snif
# INSTALLATION
To include a single drush commandfile you can use --include e.g.:
$ drush --include=/full/path/to/dir help snif
N.B. the include path is to the directory containing the file.
Alternatively, drush searches for commandfiles in a number of locations:
http://docs.drush.org/en/master/commands/#create-commandfiledrushinc