File tree Expand file tree Collapse file tree
src/commands/app-features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ _See code: [src/commands/api/generate.ts](https://github.com/mondaycom/monday-ap
9191
9292## ` mapps app-features:build `
9393
94- Create an app feature build.
94+ Perform operations related to app features in monday.com
9595
9696```
9797USAGE
@@ -111,7 +111,7 @@ GLOBAL FLAGS
111111 --verbose Print advanced logs (optional).
112112
113113DESCRIPTION
114- Create an app feature build.
114+ Perform operations related to app features in monday.com
115115
116116EXAMPLES
117117 $ mapps app-features:build -a APP_ID -i APP_VERSION_ID -d APP_FEATURE_ID -t BUILD_TYPE -u CUSTOM_URL
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const MESSAGES = {
1818} ;
1919
2020export default class Build extends AuthenticatedCommand {
21- static description = 'Create an app feature build. ' ;
21+ static description = 'Perform operations related to app features in monday.com ' ;
2222 static examples = [
2323 '<%= config.bin %> <%= command.id %> -a APP_ID -i APP_VERSION_ID -d APP_FEATURE_ID -t BUILD_TYPE -u CUSTOM_URL' ,
2424 ] ;
You can’t perform that action at this time.
0 commit comments