Skip to content

Commit

Permalink
Bump dependencies, progenitor to 514a0b26, oxide.json to omicron:1200…
Browse files Browse the repository at this point in the history
…dcb2 (#972)
  • Loading branch information
oxide-reflector-bot[bot] authored Jan 15, 2025
1 parent f0000c6 commit e18c218
Show file tree
Hide file tree
Showing 6 changed files with 2,882 additions and 47 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions cli/src/cli_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,17 @@ fn xxx<'a>(command: CliCommand) -> Option<&'a str> {
Some("experimental system timeseries schema list")
}

// Support bundles are not yet implemented.
CliCommand::SupportBundleList
| CliCommand::SupportBundleCreate
| CliCommand::SupportBundleView
| CliCommand::SupportBundleDelete
| CliCommand::SupportBundleDownload
| CliCommand::SupportBundleHead
| CliCommand::SupportBundleDownloadFile
| CliCommand::SupportBundleHeadFile
| CliCommand::SupportBundleIndex => None,

// Commands not yet implemented
CliCommand::DeviceAccessToken
| CliCommand::DeviceAuthConfirm
Expand Down
Loading

0 comments on commit e18c218

Please sign in to comment.