Skip to content

Commit 78683fa

Browse files
committed
feat: add run:ecs and run-ecs as aliases for run-fargate
"run-fargate" is ambiguous as Fargate is also available on AWS EKS.
1 parent caa5588 commit 78683fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artillery/lib/cmds/run-fargate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const dotenv = require('dotenv');
1616
const path = require('path');
1717
const fs = require('fs');
1818
class RunCommand extends Command {
19-
static aliases = ['run:fargate'];
19+
static aliases = ['run:fargate', 'run:ecs', 'run-ecs'];
2020
// Enable multiple args:
2121
static strict = false;
2222

0 commit comments

Comments
 (0)