.. _ref_commands_create-track: create-track ============ Create one or more tracks for a charm on Charmhub. Returns the list of created tracks. Tracks must match an existing guardrail for this charm. Guardrails can be requested in the charmhub requests category at https://discourse.charmhub.io. Usage ----- :command:`charmcraft create-track [options] ` Required -------- ``None`` The store name onto which to create the track. ``None`` The track name to create. Options ------- ``--automatic-phasing-percentage`` Automatic phasing percentage. ``--format`` Produce the result in the specified format (currently only 'json'). Global options -------------- ``-h`` or ``--help`` Show this help message and exit. ``-q`` or ``--quiet`` Only show warnings and errors, not progress. ``-v`` or ``--verbose`` Show debug information and be more verbose. ``--verbosity`` Set the verbosity level to 'quiet', 'brief', 'verbose', 'debug' or 'trace'. ``-V`` or ``--version`` Show the application version and exit.