Summary
The project command is deprecated and hidden since v2.0.0, but it still silently works. Users who try runpodctl project should be told that projects have been replaced by Flash and pointed there instead.
Suggested behavior
When a user runs any runpodctl project subcommand, show a message like:
The "project" command has been removed.
Use Flash for serverless development workflows:
https://github.com/runpod/flash
And exit without executing the old project logic.
Context
Summary
The
projectcommand is deprecated and hidden since v2.0.0, but it still silently works. Users who tryrunpodctl projectshould be told that projects have been replaced by Flash and pointed there instead.Suggested behavior
When a user runs any
runpodctl projectsubcommand, show a message like:And exit without executing the old project logic.
Context
Hidden: trueincmd/root.gobut the implementation still exists incmd/project/cmd/project.go,cmd/project/)