mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-01 07:36:16 -05:00
km ps initial
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
use anyhow::Context;
|
||||
use colored::Colorize;
|
||||
use komodo_client::api::{read::GetVariable, write::{CreateVariable, UpdateVariableIsSecret, UpdateVariableValue}};
|
||||
use komodo_client::api::{
|
||||
read::GetVariable,
|
||||
write::{
|
||||
CreateVariable, UpdateVariableIsSecret, UpdateVariableValue,
|
||||
},
|
||||
};
|
||||
|
||||
pub async fn update(
|
||||
name: &str,
|
||||
|
||||
Reference in New Issue
Block a user