pulp_smash.pulp_smash_cli¶
Location: Pulp Smash → API Documentation → pulp_smash.pulp_smash_cli
The entry point for Pulp Smash’s command line interface.
-
class
pulp_smash.pulp_smash_cli.PulpVersionType¶ Bases:
click.types.ParamTypeDefine the possible values for a Pulp version string.
A Pulp version string is valid if it can be cast to a
packaging.version.Versionobject, if it is at least 2, and if it is less than 4.-
convert(value, param, ctx)¶ Convert a version string to a
Versionobject.
-
name= 'Pulp version'¶
-