chirp freeze— render routes to static HTML.
Resolves an import string to a chirp App, walks the route table, renders each freezable URL, and writes static HTML to disk.
cli._freeze
| 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
run_freeze
function
def run_freeze(args: argparse.Namespace) -> None
Freeze a chirp app to static HTML files.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
args
|
argparse.Namespace
|
— |
View source · /home/runner/work/chirp/chirp/site/../src/chirp/cli/_freeze.py:1