Skip to content

Commit

Permalink
Merge pull request ballerina-platform#5265 from gayaldassanayake/fix-…
Browse files Browse the repository at this point in the history
…tool-tests

Update help text for bal tool tests
  • Loading branch information
gayaldassanayake authored Mar 22, 2024
2 parents 440fbd1 + 7354fde commit 4e1a3a7
Showing 1 changed file with 1 addition and 60 deletions.
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

0 comments on commit 4e1a3a7

Please sign in to comment.