python-ulid icon indicating copy to clipboard operation
python-ulid copied to clipboard

Improve CLI interface

Open WH-2099 opened this issue 7 months ago • 0 comments

In our production scenarios, ULID is often used as a very critical data primary key. Depending on the specific scenario, we will use it in various forms in different storage media:

To be added

In the process of debugging/troubleshooting/exploring data, the current CLI interface does not fully meet our needs (free conversion of ULID representation and key attribute viewing).

Based on actual usage experience, we have refactored the CLI interface, focusing on improving the following aspects:

  1. Improved usability (less command line typing)
  2. Improved consistency (no more differences like --from-int --int)
  3. Support batch processing (can process multiple ULIDs)

Sorry, the content here is not yet fully organized, I will complete it as soon as possible

WH-2099 avatar May 02 '25 08:05 WH-2099