Commands
Last updated
All commands have usage examples along with help documentation in the commands. To view more details, run bard <command> -h.
Initialize a new mono repository.
bard initAdd a new package to bard.
bard add <path> <repository>This command will merge all packages into the root composer.json file.
bard merge [<package>]Pushes code to their respective repositories.
bard push [<package>]Creates a new release. This command will update all the files that need to be updated, tag, and push the release out.
You can use major, minor, or patch as the <release> argument instead of specifying the exact version you want to release.
Last updated
bard release <release>