UNPKG

@cto.ai/ops

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

11 lines (10 loc) • 358 B
import Command from '../../base'; import { SecretListInputs } from '../../types'; export default class SecretsList extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; sendAnalytics: (inputs: SecretListInputs) => () => Promise<void>; run(): Promise<void>; }