Skip to content

adding cli functionality#36

Merged
cdc-ap66 merged 13 commits into
mainfrom
cdc-ap66-adding_cli_functionality
Oct 31, 2025
Merged

adding cli functionality#36
cdc-ap66 merged 13 commits into
mainfrom
cdc-ap66-adding_cli_functionality

Conversation

@cdc-ap66

Copy link
Copy Markdown
Contributor

[2025.10.31.0a]

Added

  • New CLI commands for dataset management:
    • dataops_datasets: List available datasets with optional prefix filtering
    • dataops_stages: View available stages for a specific dataset
    • dataops_versions: List available versions for a dataset stage
    • dataops_save: Download and save dataset versions locally
  • Tree utility function: New tree() function in utils.py for displaying directory structures
  • Local data download: download_version_to_local() method for BlobEndpoint to download datasets to local filesystem
  • Tests: Comprehensive test coverage for new CLI commands and utilities

Updated

  • Documentation formatting: Changed "Description" to "Summary" with adjusted heading levels

@cdc-ap66 cdc-ap66 linked an issue Oct 31, 2025 that may be closed by this pull request
@cdc-ap66
cdc-ap66 merged commit b95d815 into main Oct 31, 2025
4 checks passed
@cdc-ap66
cdc-ap66 deleted the cdc-ap66-adding_cli_functionality branch October 31, 2025 21:25
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.

CLI tools

3 participants