mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
ghcr
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct CliArgs {
|
||||
pub command: Command,
|
||||
|
||||
/// The path to a creds file.
|
||||
///
|
||||
///
|
||||
/// Note: If each of `url`, `key` and `secret` are passed,
|
||||
/// no file is required at this path.
|
||||
#[arg(long, default_value_t = default_creds())]
|
||||
|
||||
@@ -18,7 +18,9 @@ use monitor_client::{
|
||||
};
|
||||
|
||||
use crate::maps::{
|
||||
id_to_alerter, id_to_build, id_to_builder, id_to_deployment, id_to_procedure, id_to_repo, id_to_server, id_to_server_template, id_to_resource_sync, id_to_user, name_to_user_group
|
||||
id_to_alerter, id_to_build, id_to_builder, id_to_deployment,
|
||||
id_to_procedure, id_to_repo, id_to_resource_sync, id_to_server,
|
||||
id_to_server_template, id_to_user, name_to_user_group,
|
||||
};
|
||||
|
||||
pub struct UpdateItem {
|
||||
|
||||
Reference in New Issue
Block a user