-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>) |