set_patch_plan_data

Sets user-editable data. The get_patch_plan_data verb is useful when used preceding this verb.

Format

emcli set_patch_plan_data
        -name="name"
        -input_file=data:"file_path"
        [-impact_other_targets="add_all|add_original_only|cancel"]
        [-problems_assoc_patches="ignore_all_warnings|cancel"]

[ ]  indicates that the parameter is optional

Options

  • name

    Sets the preferred credential for this credential set.

  • input_file

    Sets the preferred credential for this target.

    For more information about the input_file parameter, see -input_file Syntax Guidelines.

  • impact_other_targets

    Target type for the target/credential set.

  • problems_assoc_patches

    Name of the credential.

Examples

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" 

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" -impact_other_targets="add_all" 

emcli set_patch_plan_data -name="plan name"  
-input_file=data:"/tmp/patchplan.pros" -impact_other_targets="add_all" 
-problems_assoc_patches="ignore_all_warnings"