chirp skill publish— run the Orrery check + freeze + smoke gate.
cli._skill_publish
| Name | Type | Default | Description |
|---|---|---|---|
type
|
|
— | |
qualified_name
|
|
— | |
element_type
|
|
— | |
description
|
|
— | |
source_file
|
|
— | |
line_number
|
|
— | |
is_autodoc
|
|
— | |
autodoc_element
|
|
— | |
_autodoc_template
|
|
— | |
_autodoc_url_path
|
|
— | |
_autodoc_page_type
|
|
— | |
title
|
|
— | |
doc_content_hash
|
|
— |
Symbols on this page
collect_skill_publish_result
function
def collect_skill_publish_result(app_import: str, *, corpus: str | None = None, fixture: bool = False, warnings_as_errors: bool = False, json_output: bool = False) -> InspectionResult
Resolve app_import, run the publish gate, and return a structured result.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
app_import
|
str
|
— | |
corpus
|
str | None
|
None
|
|
fixture
|
bool
|
False
|
|
warnings_as_errors
|
bool
|
False
|
|
json_output
|
bool
|
False
|
run_skill_publish
function
def run_skill_publish(args: Any) -> None
CLI entry forchirp skill publish.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
args
|
Any
|
— |
View source · /home/runner/work/chirp/chirp/site/../src/chirp/cli/_skill_publish.py:1