Skip to main content

update

Function update 

Source
pub async fn update(
    network: &NetworkConfig,
    project_config: Option<&ProjectConfig>,
    secrets_json: Option<String>,
    profile: &str,
    project: Option<String>,
    repo: Option<String>,
    branch: Option<String>,
    wasm_hash: Option<String>,
    generate: Vec<String>,
) -> Result<()>
Expand description

outlayer secrets update '{"KEY":"val"}' [--generate PROTECTED_X:type]

Merges with existing secrets, preserving all PROTECTED_* variables. Uses NEP-413 signature for authentication.