drush field-clonefor drush 7x


Clone a field and all its instances.

drush field-clone

  • Arguments


    field-clone accepts 2 argument/s:


    source_field_name : Name of field that will be cloned

    target_field_name : Name of new, cloned field.

  • Examples


    Copy 'tags' field into a new field 'labels' field which has same instances.

    field-clone tags labels

    Clone field and then open field edit forms for refinement.

    open `field-clone tags labels`

  • Comments


    comments powered by Disqus