This commit is contained in:
mbecker20
2024-06-09 02:46:57 -07:00
parent 202ac77de3
commit 2d2577e5ee
26 changed files with 236 additions and 146 deletions

View File

@@ -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())]

View File

@@ -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 {