Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/_posts/tools/cli/2000-01-01-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ scalingo --app my-app run --file ./dump.sql <command>

# Start the one-off container with a specific size of container
scalingo --app my-app run --size 2XL <command>

# When using hyphens in the job command, you must use double quotation marks
scalingo --app my-app run "bundle exec rails console --sandbox"
```

## Get metrics of your application
Expand Down