@spree/docs 0.1.119 → 0.1.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -141,6 +141,15 @@ Open a Rails console.
|
|
|
141
141
|
spree console
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
+
### `spree shell`
|
|
145
|
+
|
|
146
|
+
Open an interactive bash shell inside the web container — the system-shell sibling of `spree console` (Rails) and `spree db:console` (psql). If the web container is down, it starts a one-off container against the same volumes instead. For one-off non-interactive commands, use `spree exec`.
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
spree shell
|
|
150
|
+
spree bash # alias
|
|
151
|
+
```
|
|
152
|
+
|
|
144
153
|
### `spree open`
|
|
145
154
|
|
|
146
155
|
Open the admin dashboard in the browser.
|