export_deck
Export an Anki deck to an .apkg file in the configured archive directory. Optionally delete the deck from Anki after export.
Instructions
Export a deck to .apkg file in the configured archive directory.
Args: deck: Deck name to export archive: If true, also delete the deck from Anki after export
Returns: Path to the exported .apkg file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes | ||
| archive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |