We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa5588 commit 78683faCopy full SHA for 78683fa
packages/artillery/lib/cmds/run-fargate.js
@@ -16,7 +16,7 @@ const dotenv = require('dotenv');
16
const path = require('path');
17
const fs = require('fs');
18
class RunCommand extends Command {
19
- static aliases = ['run:fargate'];
+ static aliases = ['run:fargate', 'run:ecs', 'run-ecs'];
20
// Enable multiple args:
21
static strict = false;
22
0 commit comments