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¶
charmcraft create-track [options] <None> <None>
Required¶
NoneThe store name onto which to create the track.
NoneThe track name to create.
Options¶
--automatic-phasing-percentageAutomatic phasing percentage.
--formatProduce the result in the specified format (currently only ‘json’).
Global options¶
-hor--helpShow this help message and exit.
-qor--quietOnly show warnings and errors, not progress.
-vor--verboseShow debug information and be more verbose.
--verbositySet the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’.
-Vor--versionShow the application version and exit.