Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad committed Dec 6, 2024
1 parent e22501b commit 029eedb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.d/20241206_184906_roman_cli_hierarchy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Added

- \[CLI\] Added new commands: `project create`, `project delete`, `project ls`
(<https://github.com/cvat-ai/cvat/pull/8787>)

- \[SDK\] You can now use `client.projects.remove_by_ids` to remove multiple
projects
(<https://github.com/cvat-ai/cvat/pull/8787>)

### Changed

- \[CLI\] Switched to a new subcommand hierarchy; now CLI subcommands
have the form `cvat-cli <resource> <action>`
(<https://github.com/cvat-ai/cvat/pull/8787>)

### Deprecated

- \[CLI\] All existing CLI commands of the form `cvat-cli <action>`
are now deprecated. Use `cvat-cli task <action>` instead
(<https://github.com/cvat-ai/cvat/pull/8787>)

0 comments on commit 029eedb

Please sign in to comment.