| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Expose project deletion via `feast projects delete <name>` CLI command. The registry already supports deleting projects programmatically, but there was no CLI command for it. - Add `delete_project` method to `FeatureStore` - Add `feast projects delete` CLI command with confirmation prompt - Support `--yes/-y` flag to skip confirmation Fixes #5095 Signed-off-by: majianhan <majianhan@kylinos.cn>
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
| commit: Whether the change should be persisted immediately. | ||
|
|
||
| Raises: | ||
| ProjectObjectNotFoundException: The project could not be found. |
There was a problem hiding this comment.
| ProjectObjectNotFoundException: The project could not be found. | |
| ProjectNotFoundException: The project could not be found. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
Exposes project deletion via the CLI. The registry already supports delete_project() programmatically, but there was no corresponding CLI command. This adds:
Which issue(s) this PR fixes:
Fixes #5095
Checks
Testing Strategy
Misc
Usage: