This repository was archived by the owner on Dec 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/cli/src/commands Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { AWSActions } from '../actions/aws-actions';
1010import { ServerlessConfig } from '../classes/serverlessconfig' ;
1111import chalk from 'chalk' ;
1212export class CreateStackCommand extends Command {
13- static description = 'describe the command here ' ;
13+ static description = 'create the stackfolder and deploy the stack in the cloud ' ;
1414
1515 static flags = {
1616 help : flags . help ( { char : 'h' } ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Helpers } from '../actions/helpers';
55import cli from 'cli-ux' ;
66import chalk from 'chalk' ;
77export class Run extends Command {
8- static description = 'describe the command here ' ;
8+ static description = 'run and test the api locally ' ;
99
1010 static flags = {
1111 help : flags . help ( { char : 'h' } ) ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import cli from 'cli-ux';
99import { AppConfig } from 'json-serverless-lib' ;
1010
1111export class UpdateStackCommand extends Command {
12- static description = 'describe the command here ' ;
12+ static description = 'update the stackfolder and update the stack in the cloud ' ;
1313
1414 static flags = {
1515 help : flags . help ( { char : 'h' } ) ,
You can’t perform that action at this time.
0 commit comments