We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4457e commit 2d85ca7Copy full SHA for 2d85ca7
src/_posts/tools/cli/2000-01-01-features.md
@@ -170,6 +170,9 @@ scalingo --app my-app run --file ./dump.sql <command>
170
171
# Start the one-off container with a specific size of container
172
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"
176
```
177
178
## Get metrics of your application
0 commit comments