-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5265 from gayaldassanayake/fix-tool-tests
Update help text for bal tool tests
- Loading branch information
Showing
1 changed file
with
1 addition
and
60 deletions.
There are no files selected for viewing
61 changes: 1 addition & 60 deletions
61
project-api-tests/src/test/resources/bal-tool/cmd-outputs/tool-execute-general-help.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,2 @@ | ||
NAME | ||
The build system and package manager of Ballerina | ||
|
||
SYNOPSIS | ||
bal <command> [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 <command>' for more information on a specific command. | ||
disttest The tool implementation for ballerina distribution tool tests |