Skip to content

Commit

Permalink
feat: add run:ecs and run-ecs as aliases for run-fargate
Browse files Browse the repository at this point in the history
"run-fargate" is ambiguous as Fargate is also available on AWS EKS.
  • Loading branch information
hassy committed Jun 20, 2024
1 parent caa5588 commit 78683fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/cmds/run-fargate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const dotenv = require('dotenv');
const path = require('path');
const fs = require('fs');
class RunCommand extends Command {
static aliases = ['run:fargate'];
static aliases = ['run:fargate', 'run:ecs', 'run-ecs'];
// Enable multiple args:
static strict = false;

Expand Down

0 comments on commit 78683fa

Please sign in to comment.