diff --git a/project-api-tests/src/test/resources/bal-tool/cmd-outputs/tool-execute-general-help.txt b/project-api-tests/src/test/resources/bal-tool/cmd-outputs/tool-execute-general-help.txt index ad664ebad1..24643319e5 100644 --- a/project-api-tests/src/test/resources/bal-tool/cmd-outputs/tool-execute-general-help.txt +++ b/project-api-tests/src/test/resources/bal-tool/cmd-outputs/tool-execute-general-help.txt @@ -1,61 +1,2 @@ -NAME - The build system and package manager of Ballerina - -SYNOPSIS - bal [args] - bal [OPTIONS] - - -OPTIONS - -v, --version - Print version information. - - -h, --help - Print the usage details of a command. - - -COMMANDS - The available subcommands are: - - Core Commands: - build Compile the current package - run Compile and run the current package - test Run package tests - doc Generate current package's documentation - pack Create distribution format of the current package - - Package Commands: - new Create a new Ballerina package - add Add a new Ballerina module to the current package - pull Pull a package from Ballerina Central - push Publish a package to Ballerina Central - search Search Ballerina Central for packages - semver Show SemVer compatibility and local package changes against - published packages in Ballerina Central - graph Print the dependency graph in the console - deprecate Deprecate a package in Ballerina Central - - Other Commands: - clean Clean the artifacts generated during the build - format Format Ballerina source files - grpc Generate the Ballerina sources for a given Protocol - Buffer definition - graphql Generate the Ballerina client sources for a GraphQL config file, the GraphQL schema for a GraphQL service, and Ballerina service sources for a GraphQL schema - openapi Generate the Ballerina sources for a given OpenAPI - definition and vice versa - asyncapi Generate the Ballerina sources for a given AsyncAPI definition - persist Manage data persistence - bindgen Generate the Ballerina bindings for Java APIs - shell Run Ballerina interactive REPL [Experimental] - tool Manage Ballerina CLI tools - version Print the Ballerina version - profile Start Ballerina Profiler [Experimental] - Tool Commands: - disttest The tool implementation for ballerina distribution tool tests - - Update Commands: - dist Manage Ballerina distributions - update Update the Ballerina tool - -Use 'bal help ' for more information on a specific command. \ No newline at end of file + disttest The tool implementation for ballerina distribution tool tests \ No newline at end of file