[[command]]
name = "please"
description = "Statamic's CLI, an extension of Laravel's Artisan console kernel. Every invocation bootstraps the full Statamic + Laravel application stack (all service providers boot). Read-only commands display information; the *:clear commands delete local files. The Stache (storage/statamic/stache) is Statamic's flat-file content index. Glide is the image transformation cache (storage/statamic/glide by default, but configurable to a cloud disk in config/statamic/assets.php). Static is the rendered-page HTML cache (storage/statamic/static by default, configurable). Statamic ships minor releases every few months and the CLI surface is stable across versions."
url = "https://statamic.dev/cli"
bare_flags = ["--help", "--version", "-V", "-h"]
[[command.sub]]
name = "list"
standalone = ["--help", "--raw", "-h"]
valued = ["--format"]
[[command.sub]]
name = "help"
allow_all = true
[[command.sub]]
name = "stache:clear"
level = "SafeWrite"
standalone = ["--help", "-h"]
[[command.sub]]
name = "glide:clear"
level = "SafeWrite"
standalone = ["--help", "-h"]
[[command.sub]]
name = "static:clear"
level = "SafeWrite"
standalone = ["--help", "-h"]
[[command.sub]]
name = "stache:warm"
candidate = true
[[command.sub]]
name = "stache:refresh"
candidate = true
[[command.sub]]
name = "static:warm"
candidate = true
[[command.sub]]
name = "assets:generate-presets"
candidate = true
[[command.sub]]
name = "assets:meta"
candidate = true