Skip to content

Commit 2d85ca7

Browse files
committed
fix(cli/features) specify run command containing hyphens
1 parent 7e4457e commit 2d85ca7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/_posts/tools/cli/2000-01-01-features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ scalingo --app my-app run --file ./dump.sql <command>
170170

171171
# Start the one-off container with a specific size of container
172172
scalingo --app my-app run --size 2XL <command>
173+
174+
# When using hyphens in the job command, you must use double quotation marks
175+
scalingo --app my-app run "bundle exec rails console --sandbox"
173176
```
174177

175178
## Get metrics of your application

0 commit comments

Comments
 (0)