question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CLI proposal: Rename `version` to `bump`

See original GitHub issue

I think poetry version is confusing. On several occasions I’ve typed this instead of poetry --version. The fact that it gets autocompleted in shells adds to the confusion.

Also, the rest of commands are verbs: run , develop, publish, show, etc. Bump is the verb that describes exactly what the command does—bumps the package version.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
sdispatercommented, Oct 25, 2018

The version command’s name is likely not changing for a foreseeable future. Closing.

2reactions
madigcommented, Jun 6, 2018

Well, I don’t like “develop” and “install” either because develop what and install where?

Edit: I like the verb-noun logic of Powershell: https://msdn.microsoft.com/en-us/library/ms714428(v=vs.85).aspx:

The verb part of the name identifies the action that the cmdlet performs. The noun part of the name identifies the entity on which the action is performed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

jhotmann/node-rename-cli - GitHub
A cross-platform tool for renaming files quickly, especially multiple files at once. Note Version 7 has big changes from version 6, if you...
Read more >
What Semantic Version increment to use for a filename change?
Whether or not your software rename constitutes a bump down to 1.0.0 instead of 2.0.0 is not a choice I am familiar with....
Read more >
api - Variable name change bumps SemVer major or minor?
From http://semver.org: Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes,.
Read more >
Use semantic versioning to name build artifacts sample
If you use the AWS CLI, set the overrideArtifactName to true in the JSON-formatted file ... version: 0.2 phases: build: commands: - rspec...
Read more >
Command Line Interface Guidelines
An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found