Skip to content

Commit

Permalink
Merge pull request #42109 from Dilhasha/upddate-deprecate-command-cli
Browse files Browse the repository at this point in the history
Improve bal deprecate command help
  • Loading branch information
azinneera authored Feb 2, 2024
2 parents f2251d8 + 42cd8d6 commit 230a030
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION
Deprecate a package published in Ballerina central.

If a specific version of a package is provided, that version will be deprecated.
Alternatively, if no version is specified, all versions of the package will be deprecated.
If no version is specified, all versions of the package will be deprecated.

A deprecated package will not be used as a dependency of a package unless the deprecated package is already recorded in
the `Dependencies.toml` and the `--sticky` option is used to build the package. Also, a deprecated package will be used as
Expand All @@ -24,7 +24,7 @@ OPTIONS
--message=<msg>
Use the given <msg> as the deprecation message
--undo
Undo deprecation of package
Undo deprecation of a package

EXAMPLES

Expand Down

0 comments on commit 230a030

Please sign in to comment.