Skip to content

Commit 4f7d838

Browse files
authored
Merge pull request #3424 from Scalingo/feat/cli/specify_exception_with_run
fix(cli/features) specify run command containing hyphens
2 parents 7e4457e + 2d85ca7 commit 4f7d838

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)