pub fn payload_from_deploy_args(
args: BundleDeployArgs,
) -> Result<Option<BundleDeployPayload>, OpError>Expand description
Build a BundleDeployPayload from direct CLI args, or None when no
args were supplied (deferring to --answers / --schema). Mirrors
revisions::payload_from_stage_args: all clap fields are optional so the
answers / schema paths keep working unchanged.