drush devel-generate-uuidfor drush 8x


Generate a UUID.

drush devel-generate-uuid

devel-generate-uuid is a Drush command from the devel project.

devel
  • Aliases


    devel-generate-uuid has 1 alias/es:


    drush uuid

  • Options


    devel-generate-uuid accepts 18 option/s:


    --format : Select output format. Available: json, csv, html, list, string, table, var_export, yaml. Default is json.

    --fields : Fields to output.

    --list-separator : Specify how elements in a list should be separated. In lists of lists, this applies to the elements in the inner lists.

    --line-separator : In nested lists of lists, specify how the outer lists ("lines") should be separated.

    --field-labels : Add field labels before first line of data. Default is on; use --no-field-labels to disable.

    --format=json : Javascript Object Notation.

    --format=config : A configuration file in executable php format. The variable name is "config", and the variable keys are taken from the output data array's keys.

    --format=csv : A list of values, one per row, each of which is a comma-separated list of values.

    --format=html : An HTML representation

    --format=labeled-export : A list of php exports, labeled with a name.

    --format=list : A simple list of values.

    --format=php : A serialized php string.

    --format=print-r : Output via php print_r function.

    --format=string : A simple string.

    --format=table : A formatted, word-wrapped table.

    --format=var_export : An array in executable php format.

    --format=variables : A list of php variable assignments.

    --format=yaml : Yaml output format.

  • Examples


    Outputs a Universally Unique IDentifier.

    drush devel-generate-uuid

  • Comments


    comments powered by Disqus