You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@nhcorrea/bump-version-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nhcorrea/bump-version-cli

A CLI tool for easily bumping versions in mobile projects, compatible with React Native CLI, Expo Bare, Native Android and iOS.


Version published
Maintainers
1
Created

Readme

Source

Bump Version CLI

Description

Bump Version CLI is a command-line tool for managing iOS and Android project versions. It allows you to update and view Android and iOS app versions directly from the command line.

Installation

To install Bump Version CLI, you need to have Node.js installed. Then, run the following command:

npm install -g @nhcorrea/bump-version-cli

Usage

Displaying Version

To display the current version of Bump Version CLI, you can use the following command:

bump-version-cli --version

Managing Android Versions

To manage Android app versions, you can use the following commands:

  • bump-version-cli android-version: Displays the current version of the Android app and its information.

  • bump-version-cli android: Updates the version of the Android app interactively.

Managing iOS Versions

To manage iOS app versions, you can use the following commands:

  • bump-version-cli ios-version <project_name>: Displays the current version of the iOS app and its information, where <project_name> is the name of the iOS project.
  • bump-version-cli ios <project_name>: Updates the version of the iOS app interactively, where <project_name> is the name of the iOS project.

Contribution

Contributions are welcome! If you find a bug or have an improvement suggestion, please open an issue or submit a pull request.

FAQs

Package last updated on 25 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc