Skip to content

Commit 1be5cde

Browse files
authored
I changed the description of the build command (#131)
1 parent 0934612 commit 1be5cde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
9797
USAGE
@@ -111,7 +111,7 @@ GLOBAL FLAGS
111111
--verbose Print advanced logs (optional).
112112
113113
DESCRIPTION
114-
Create an app feature build.
114+
Perform operations related to app features in monday.com
115115
116116
EXAMPLES
117117
$ mapps app-features:build -a APP_ID -i APP_VERSION_ID -d APP_FEATURE_ID -t BUILD_TYPE -u CUSTOM_URL

src/commands/app-features/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MESSAGES = {
1818
};
1919

2020
export 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
];

0 commit comments

Comments
 (0)