404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.147.27.20: ~ $
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SSLNamespace = void 0;
const color_1 = require("../../lib/color");
const namespace_1 = require("../../lib/namespace");
class SSLNamespace extends namespace_1.Namespace {
    async getMetadata() {
        return {
            name: 'ssl',
            summary: 'Commands for managing SSL keys & certificates',
            groups: ["experimental" /* EXPERIMENTAL */],
            description: `
These commands make it easy to manage SSL certificates for using HTTPS with ${color_1.input('ionic serve')}.
      `,
        };
    }
    async getCommands() {
        return new namespace_1.CommandMap([
            ['generate', async () => { const { SSLGenerateCommand } = await Promise.resolve().then(() => require('./generate')); return new SSLGenerateCommand(this); }],
            ['g', 'generate'],
        ]);
    }
}
exports.SSLNamespace = SSLNamespace;

Filemanager

Name Type Size Permission Actions
base.d.ts File 148 B 0644
base.js File 983 B 0644
generate.d.ts File 624 B 0644
generate.js File 8.36 KB 0644
index.d.ts File 357 B 0644
index.js File 940 B 0644