Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Deprecate in favor of Python CLI#24

Merged
yeldarby merged 1 commit intomasterfrom
update-readme
Mar 29, 2026
Merged

Deprecate in favor of Python CLI#24
yeldarby merged 1 commit intomasterfrom
update-readme

Conversation

@yeldarby
Copy link
Copy Markdown
Contributor

@yeldarby yeldarby commented Mar 29, 2026

What does this PR do?

Deprecates the Node.js CLI in favor of the Roboflow Python package. Replaces the README with a deprecation notice, a feature comparison table showing the Python package is a superset, and a command mapping to help users migrate their scripts.

Type of Change

  • Documentation update

Testing

  • I have tested this change locally

Test details:
Verified README renders correctly with the deprecation notice, comparison table, and command mapping.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings or errors
  • I have updated the documentation accordingly (if applicable)

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cb38875e08

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

| `roboflow import <folder> -p <project>` | `roboflow import <folder> -p <project>` |
| `roboflow download <url> -f <format>` | `roboflow download <url> -f <format>` |
| `roboflow infer <file> -m <model>` | `roboflow infer <file> -m <model>` |
| `roboflow config show` | `roboflow whoami` |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Map config show to a supported Python CLI command

The migration table maps roboflow config show to roboflow whoami, but whoami is not part of the documented Python CLI subcommands, so users migrating scripts will hit an unknown-command error instead of getting equivalent behavior. Please replace this with a real supported command (or remove the mapping) so scripted migrations do not break.

Useful? React with 👍 / 👎.

@yeldarby yeldarby requested a review from tonylampada March 29, 2026 15:14
@yeldarby yeldarby merged commit adaa80c into master Mar 29, 2026
3 checks passed
@yeldarby yeldarby deleted the update-readme branch March 29, 2026 15:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants