Skip to content

Commit 6bcad87

Browse files
authored
Update add.ts
1 parent 4823441 commit 6bcad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/environment/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { saveEnvironmentConfig } from '../../utils/environmentUtils';
33

44
const addEnvironmentCommand: yargs.CommandModule = {
55
command: 'add',
6-
describe: "Creates an environment to run the migrations on. The environment is defined as a named pair of values. For example, a 'DEV' environment can be defined as a pair of specific project ID and Management API key.",
6+
describe: "Store information about the environment locally. The environment is defined as a named pair of values. For example, a 'DEV' environment can be defined as a pair of specific project ID and Management API key.",
77
builder: (yargs: any) =>
88
yargs
99
.options({

0 commit comments

Comments
 (0)