Added optional Explorer/Indexer
Build Service / BuildPackage (push) Has been cancelled

This commit is contained in:
2026-05-20 15:43:38 -04:00
parent 2cdc4a5f34
commit e41ff31221
27 changed files with 1431 additions and 70 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ export const showCredentials = sdk.Action.withoutInput(
// metadata
async ({ effects }) => ({
name: i18n('Show Web UI Credentials'),
name: i18n('Show Space-CLI Web UI Credentials'),
description: i18n(
'Display the username and password for the Spaces web terminal',
),
@@ -25,7 +25,7 @@ export const showCredentials = sdk.Action.withoutInput(
return {
version: '1',
title: i18n('Show Web UI Credentials'),
title: i18n('Show Space-CLI Web UI Credentials'),
message: i18n(
'Use these credentials to log in to the Spaces web terminal.',
),