@robinmordasiewicz/f5xc-xcsh 1.0.85-2601020815 → 1.0.90-2601021717
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46448,6 +46448,7 @@ var HistoryManager = class _HistoryManager {
|
|
|
46448
46448
|
|
|
46449
46449
|
// src/domains/descriptions.generated.ts
|
|
46450
46450
|
var CLI_TITLE_FROM_SPEC = "F5 Distributed Cloud API";
|
|
46451
|
+
var CLI_SUMMARY_FROM_SPEC = "Multi-cloud application services with load balancing, WAF, DNS, and edge infrastructure. Unified platform for security and connectivity.";
|
|
46451
46452
|
var CLI_DESCRIPTION_FROM_SPEC = "Unified application services across multi-cloud, edge, and hybrid environments. Load balancers with origin pools and health checks for traffic distribution. Web application firewall and bot defense for application protection. DNS zones with geographic routing for name resolution. Cloud sites on AWS, Azure, and GCP for infrastructure deployment. Service policies, network security, and observability dashboards from a single control plane.";
|
|
46452
46453
|
var generatedDescriptions = {
|
|
46453
46454
|
version: "1.0.0",
|
|
@@ -46629,8 +46630,8 @@ function getLogoModeFromEnv(envPrefix) {
|
|
|
46629
46630
|
var CLI_NAME = "xcsh";
|
|
46630
46631
|
var CLI_FULL_NAME = "F5 Distributed Cloud Shell";
|
|
46631
46632
|
function getVersion() {
|
|
46632
|
-
if ("v1.0.
|
|
46633
|
-
return "v1.0.
|
|
46633
|
+
if ("v1.0.90-2601021717") {
|
|
46634
|
+
return "v1.0.90-2601021717";
|
|
46634
46635
|
}
|
|
46635
46636
|
if (process.env.XCSH_VERSION) {
|
|
46636
46637
|
return process.env.XCSH_VERSION;
|
|
@@ -46640,7 +46641,7 @@ function getVersion() {
|
|
|
46640
46641
|
var CLI_VERSION = getVersion();
|
|
46641
46642
|
var cliDescs = getCliDescriptions();
|
|
46642
46643
|
var CLI_DESCRIPTION_SHORT = CLI_TITLE_FROM_SPEC ?? cliDescs?.short ?? "F5 Distributed Cloud Shell";
|
|
46643
|
-
var CLI_DESCRIPTION_MEDIUM =
|
|
46644
|
+
var CLI_DESCRIPTION_MEDIUM = CLI_SUMMARY_FROM_SPEC ?? cliDescs?.medium ?? CLI_DESCRIPTION_SHORT;
|
|
46644
46645
|
var CLI_DESCRIPTION_LONG = CLI_DESCRIPTION_FROM_SPEC ?? cliDescs?.long ?? CLI_DESCRIPTION_MEDIUM;
|
|
46645
46646
|
var ENV_PREFIX = "F5XC";
|
|
46646
46647
|
var F5_LOGO = ` ________
|