# CLI Reference URL: /cli/ Section: cli -------------------------------------------------------------------------------- CLI Reference - Bengal window.BENGAL_THEME_DEFAULTS = { appearance: 'dark', palette: 'snow-lynx' }; // Progressive Enhancement System Configuration window.Bengal = window.Bengal || {}; window.Bengal.enhanceBaseUrl = '/bengal/assets/js/enhancements'; window.Bengal.watchDom = true; window.Bengal.debug = false; (function () { try { var defaults = window.BENGAL_THEME_DEFAULTS || { appearance: 'system', palette: '' }; var defaultAppearance = defaults.appearance; if (defaultAppearance === 'system') { defaultAppearance = (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) ? 'dark' : 'light'; } var storedTheme = localStorage.getItem('bengal-theme'); var storedPalette = localStorage.getItem('bengal-palette'); var theme = storedTheme ? (storedTheme === 'system' ? defaultAppearance : storedTheme) : defaultAppearance; var palette = storedPalette ?? defaults.palette; document.documentElement.setAttribute('data-theme', theme); if (palette) { document.documentElement.setAttribute('data-palette', palette); } } catch (e) { document.documentElement.setAttribute('data-theme', 'light'); } })(); Skip to main content Magnifying Glass ESC Recent Clear Magnifying Glass No results for "" Try different keywords or check your spelling Start typing to search... ↑↓ Navigate ↵ Open ESC Close Powered by Lunr ᓚᘏᗢ Documentation Info About Arrow Clockwise Get Started Note Tutorials File Text Content Palette Theming Settings Building Starburst Extending Bookmark Reference Learning Tracks Releases Dev GitHub API Reference bengal CLI Magnifying Glass Search ⌘K Palette Appearance Chevron Down Mode Monitor System Sun Light Moon Dark Palette Snow Lynx Brown Bengal Silver Bengal Charcoal Bengal Blue Bengal List ᓚᘏᗢ Magnifying Glass Search X Close Documentation Info About Arrow Clockwise Get Started Note Tutorials File Text Content Palette Theming Settings Building Starburst Extending Bookmark Reference Learning Tracks Releases Dev GitHub API Reference bengal CLI Palette Appearance Chevron Down Mode Monitor System Sun Light Moon Dark Palette Snow Lynx Brown Bengal Silver Bengal Charcoal Bengal Blue Bengal Terminal CLI Reference Caret Right Folder Assets build status Caret Right Folder Assets build status Caret Right Folder Bengal analyze build clean explain fix serve validate Caret Right Folder Collections init list validate Caret Right Folder Config diff doctor init show Caret Right Folder Debug config-inspect delta deps incremental migrate sandbox Caret Right Folder Graph analyze bridges communities orphans pagerank report suggest Caret Right Folder Graph analyze bridges communities orphans pagerank report suggest Caret Right Folder Health linkcheck Caret Right Folder New layout page partial site theme Caret Right Folder Project config info init profile validate Caret Right Folder Site build clean serve Caret Right Folder Skeleton apply Caret Right Folder Sources clear fetch list status Caret Right Folder Theme debug discover info install list new swizzle swizzle-list swizzle-update Caret Right Folder Utils perf ᗢ Caret Down Link Copy URL External Open LLM text Copy Copy LLM text Share with AI Ask Claude Ask ChatGPT Ask Gemini Ask Copilot CLI Reference Command-line interface documentation. CLI Reference Command-line interface documentation. 16 Command Groups Command Groups Terminal assets assets commands 3 commands Terminal assets assets commands 3 commands Terminal bengal bengal commands 8 commands Terminal collections collections commands 4 commands Terminal config config commands 5 commands Terminal debug debug commands 7 commands Terminal graph graph commands 8 commands Terminal graph graph commands 8 commands Terminal health health commands 2 commands Terminal new new commands 6 commands Terminal project project commands 6 commands Terminal site site commands 4 commands Terminal skeleton skeleton commands 2 commands Terminal sources sources commands 5 commands Terminal theme theme commands 10 commands Terminal utils utils commands 2 commands List © 2025 Bengal ᓚᘏᗢ window.BENGAL_LAZY_ASSETS = { tabulator: '/bengal/assets/js/tabulator.min.js', dataTable: '/bengal/assets/js/data-table.js', mermaidToolbar: '/bengal/assets/js/mermaid-toolbar.9de5abba.js', mermaidTheme: '/bengal/assets/js/mermaid-theme.344822c5.js', graphMinimap: '/bengal/assets/js/graph-minimap.cc7e42e3.js', graphContextual: '/bengal/assets/js/graph-contextual.440e59c6.js' }; window.BENGAL_ICONS = { close: '/bengal/assets/icons/close.911d4fe1.svg', enlarge: '/bengal/assets/icons/enlarge.652035e5.svg', copy: '/bengal/assets/icons/copy.3d56e945.svg', 'download-svg': '/bengal/assets/icons/download.04f07e1b.svg', 'download-png': '/bengal/assets/icons/image.c34dfd40.svg', 'zoom-in': '/bengal/assets/icons/zoom-in.237b4a83.svg', 'zoom-out': '/bengal/assets/icons/zoom-out.38857c77.svg', reset: '/bengal/assets/icons/reset.d26dba29.svg' }; Arrow Up X -------------------------------------------------------------------------------- Metadata: - Author: lbliii - Word Count: 574 - Reading Time: 3 minutes