UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

9 lines (8 loc) • 314 B
import Command, { flags } from './../../base'; import { SecretListInputs } from './../../types'; export default class SecretsList extends Command { static description: string; static flags: flags.Input<any>; sendAnalytics: (inputs: SecretListInputs) => () => Promise<void>; run(): Promise<void>; }