You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/site-aliases.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -124,26 +124,25 @@ local or remote Drupal installations; however, an alias
124
124
is really nothing more than a collection of options.
125
125
126
126
- **docker**: When specified, Drush executes via `docker-compose` exec rather than `ssh`.
127
-
- **service**: the name of the container to run on.
128
-
- **exec**:
129
-
- **options**: Options for the exec subcommand.
127
+
- **service**: the name of the container to run on.
128
+
- **exec**:
129
+
- **options**: Options for the exec subcommand.
130
130
- **os**: The operating system of the remote server. Valid values
131
131
are _Windows_ and _Linux_. Set this value for all remote
132
132
aliases where the remote's OS differs from the local. This is especially relevant
133
133
for the [sql:sync](commands/sql_sync.md) command.
134
134
- **ssh**: Contains settings used to control how ssh commands are generated
135
135
when running remote commands.
136
-
- **options**: Contains additional commandline options for the `ssh` command
136
+
- **options**: Contains additional commandline options for the `ssh` command
137
137
itself, e.g. `-p 100`
138
-
- **tty**: Usually, Drush will decide whether or not to create a tty (via
138
+
- **tty**: Usually, Drush will decide whether or not to create a tty (via
139
139
the `ssh --t` option) based on whether the local Drush command is running
140
140
interactively or not. To force Drush to always or never create a tty,
141
141
set the `ssh.tty` option to _true_ or _false_, respectively.
142
142
- **paths**: An array of aliases for common rsync targets. Relative aliases are always taken from the Drupal root.
143
143
- **files**: Path to _files_ directory. This will be looked up if not specified.
144
144
- **drush-script**: Path to the remote Drush command.
145
-
- **command**: These options will only be set if the alias is used with the specified command. In the advanced example below, the option
146
-
`--no-dump` will be selected whenever the `@stage` alias is used in any of the following ways:
145
+
- **command**: These options will only be set if the alias is used with the specified command. In the advanced example below, the option `--no-dump` will be selected whenever the `@stage` alias is used in any of the following ways:
0 commit comments