Obtenir les informations d’un post type.

BASH
                    # Obtenir les informations du post type page
# wp post-type get {post_type}
wp post-type get page

# Lister touts les post_types
wp post-type list

# Lister touts les post_types avec comme capacité 'post'
# wp post-type list --capability_type={capability} --fields={fields}
wp post-type list --capability_type=post --fields=name