Skip to content

CLI: move project context commands to CLI root#84

Merged
zhiltsov-max merged 9 commits intodevelopfrom
zm/update-cli
Jan 13, 2021
Merged

CLI: move project context commands to CLI root#84
zhiltsov-max merged 9 commits intodevelopfrom
zm/update-cli

Conversation

@zhiltsov-max
Copy link
Copy Markdown
Contributor

@zhiltsov-max zhiltsov-max commented Jan 13, 2021

Summary

Simplifies CLI usage by removing unnecessary project context. Old project commands are considered deprecated and will be removed in future releases.

  • datum project <cmd> replaced with datum <cmd>

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

('add', commands.add, "Add source to project"),
('remove', commands.remove, "Remove source from project"),
('export', commands.export, "Export project"),
('import', commands.import_, "Create project from existing dataset"),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@nmanovic, what do you think about this set of commands?

@zhiltsov-max zhiltsov-max merged commit e4d333b into develop Jan 13, 2021
@zhiltsov-max zhiltsov-max deleted the zm/update-cli branch January 13, 2021 17:48
zhiltsov-max added a commit to zhiltsov-max/datumaro that referenced this pull request Jan 27, 2026
Restrict opencv version to below 4.11 to keep api stable after opencv/opencv#25809
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant