EnglishFrenchSpanish

Ad


OnWorks favicon

bumpversion - Online in the Cloud

Run bumpversion in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command bumpversion that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


bumpversion - Version-bump your software

DESCRIPTION


usage: bumpversion [-h] [--config-file FILE] [--verbose] [--list]

[--allow-dirty] [--parse REGEX] [--serialize FORMAT] [--search SEARCH] [--replace
REPLACE] [--current-version VERSION] [--dry-run] --new-version VERSION [--commit |
--no-commit] [--tag | --no-tag] [--tag-name TAG_NAME] [--message COMMIT_MSG] part
[file [file ...]]

bumpversion: v0.5.3 (using Python v3.5.1rc1)

positional arguments:
part Part of the version to be bumped.

file Files to change (default: [])

optional arguments:
-h, --help
show this help message and exit

--config-file FILE
Config file to read most of the variables from (default: .bumpversion.cfg)

--verbose
Print verbose logging to stderr (default: 0)

--list List machine readable information (default: False)

--allow-dirty
Don't abort if working directory is dirty (default: False)

--parse REGEX
Regex parsing the version string (default:
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+))

--serialize FORMAT
How to format what is parsed back to a version (default:
['{major}.{minor}.{patch}'])

--search SEARCH
Template for complete string to search (default: {current_version})

--replace REPLACE
Template for complete string to replace (default: {new_version})

--current-version VERSION
Version that needs to be updated (default: None)

--dry-run, -n
Don't write any files, just pretend. (default: False)

--new-version VERSION
New version that should be in the files (default: None)

--commit
Commit to version control (default: False)

--no-commit
Do not commit to version control

--tag Create a tag in version control (default: False)

--no-tag
Do not create a tag in version control

--tag-name TAG_NAME
Tag name (only works with --tag) (default: v{new_version})

--message COMMIT_MSG, -m COMMIT_MSG
Commit message (default: Bump version: {current_version} ??? {new_version})

Use bumpversion online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad