rename_target

Renames the repository-side target.

Format

emcli rename_target
      -target_type=<type1>
      -target_name=<old_target1>
      -new_target_name=<new_target1>

Options

  • target_type

    Target type of the target being renamed.

  • target_name

    Existing name of the target.

  • new_target_name

    New name of the target.

Examples

This example renames the repository-side target.

emcli rename_target 
      -target_type="oracle_em_service"
      -target_name="TestService1"
      -new_target_name="NewTestService1"