Function print_deployment_plan

Source
fn print_deployment_plan<N: Network>(
    private_key: &PrivateKey<N>,
    address: &Address<N>,
    endpoint: &str,
    network: &NetworkName,
    local: &[(ProgramID<N>, Program<N>, Option<Manifest>, Option<u64>, Option<u64>, Option<Record<N, Plaintext<N>>>)],
    skipped: &[ProgramID<N>],
    remote: &[(ProgramID<N>, Program<N>, Option<Manifest>, Option<u64>, Option<u64>, Option<Record<N, Plaintext<N>>>)],
    warnings: &[String],
    consensus_version: ConsensusVersion,
    command: &LeoDeploy,
)
Expand description

Pretty‑print the deployment plan without using a table.