kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
83 lines (82 loc) • 3.49 kB
JSON
{
"productName": "Kui",
"productTitle": "Kui",
"ogSiteName": "Kui",
"ogTitle": "Kui: The CLI with a GUI twist",
"ogUrl": "http://kui.tools",
"byline": "The CLI with a GUI twist",
"ogDescription": "Kui is a platform for enhancing the terminal experience with visualizations. It provides users a modern alternative to ASCII terminals and web-based consoles. It provides tool developers an opportunity to unify these experiences.",
"ogImage": "http://content.kui-shell.org/images/ogImage.jpg",
"ogLabel1": "Clone on GitHub",
"ogData1": "https://github.com/IBM/kui",
"ogLabel2": "Download Now",
"ogData2": "https://tarball.kui-shell.org",
"companyName": "",
"productSubName": "Kui",
"shellName": "Shell",
"userAgent": "Kui-Shell",
"description": {
"en_US": "**Kui** is a platform for enhancing the terminal experience with visualizations. It provides users a modern alternative to ASCII terminals and web-based consoles. It provides tool developers an opportunity to unify these experiences.\n\n---\n\n[Home Page](http://kui.tools)\n\n[GitHub](https://github.com/IBM)\n\n[Bugs](https://github.com/IBM/kui/issues/new)"
},
"gettingStarted": "tutorial play @tutorials/getting-started",
"about": [{ "mode": "contexts", "label": "Contexts", "direct": "about --mode contexts --content contexts" }],
"defaultTheme": "Dark",
"themes": [
{
"name": "Light",
"css": "themes/light.css",
"description": "Default Light",
"style": "light"
},
{
"name": "Dark",
"css": "themes/dark.css",
"description": "Default Dark",
"style": "dark"
},
{ "name": "Atelier", "css": "themes/atelier-seaside.css", "style": "dark" },
{
"name": "Carbon Gray10",
"css": ["themes/carbon-gray10.css", "top-tab-stripe-alt.css"],
"attrs": ["kui--alternate", "kui--sidecar-inverted"],
"style": "light"
},
{
"name": "Carbon Gray90",
"css": ["themes/carbon-gray90.css", "top-tab-stripe-alt.css"],
"attrs": ["kui--alternate"],
"style": "dark"
},
{ "name": "Dracula", "css": "themes/dracula.css", "style": "dark" },
{
"name": "Gruvbox",
"css": "themes/gruvbox-dark-medium.css",
"style": "dark"
},
{ "name": "Lucario", "css": "themes/lucario.css", "style": "dark" },
{ "name": "Monokai", "css": "themes/monokai.css", "style": "dark" },
{ "name": "Nord", "css": "themes/nord.css", "style": "dark" },
{ "name": "Paraiso", "css": "themes/paraiso.css", "style": "dark" },
{ "name": "Solarized", "css": "themes/solarized-dark.css", "style": "dark" },
{
"name": "tomorrow-night",
"css": "themes/tomorrow-night.css",
"description": "Tomorrow Night",
"style": "dark"
}
],
"contentSecurityPolicy": "default-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' file: 'nonce-kuiDefaultNonce' data:; script-src 'self' 'nonce-kuiDefaultNonce' 'unsafe-eval' 'strict-dynamic'; font-src 'self' file:; connect-src 'self' http://localhost:9953",
"css": ["_test.css", "kui-ui.css", "kui-tables.css", "carbon-overrides.css"],
"bodyCss": ["kui"],
"tabStripe": "top-tab-stripe.css",
"tableStyle": "Light",
"appIcon": "icons/png/kui.png",
"largeIcon": "icons/svg/kui.svg",
"wideIcon": "icons/svg/kui-wide.svg",
"favicon": "icons/ico/kui.ico",
"filesystemIcons": {
"darwin": "icons/icns/kui.icns",
"win32": "icons/ico/kui.ico",
"linux": "icons/png/kui.png"
}
}