pubspec_version_cli 0.1.0
pubspec_version_cli: ^0.1.0 copied to clipboard
A Command-Line Interface to replace the version in pubspec.yaml
Example #
# Activate Pubspec Version CLI
dart pub global activate pubspec_version_cli
# See list of available commands
pubspec_version --help
# Change the version in pubspec
pubspec_version change --version <version>
# Change the version in pubspec in specific folder
pubspec_version change <folder-of-app> --version <version>
copied to clipboard