Skip to content

Commit

Permalink
Merge pull request #8583 from ballerina-platform/praneesha-patch-1
Browse files Browse the repository at this point in the history
Change the `bal build` command in Package references page
  • Loading branch information
praneesha committed Jan 22, 2024
2 parents 25d255e + f2a4523 commit e1cb23a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ visibility = "private"

### The `org` field

The organization is a logical name used for grouping modules together under a common namespace within a repository. Building a library package with `bal build` and pushing a library package into a repository will fail without an organization name.
The organization is a logical name used for grouping modules together under a common namespace within a repository.

Organization names can only contain alphanumerics, underscore, and the maximum length is 256 characters.
Organization name is mandatory and can only contain alphanumerics, underscore, and the maximum length is 256 characters.

When you run the `bal new` command, the organization name by default will be set to the user name of your machine. You can choose to update the `Ballerina.toml` file to amend the organization name appropriately.

Expand Down

0 comments on commit e1cb23a

Please sign in to comment.