toes/src/cli/commands/index.ts
2026-02-10 11:12:57 -08:00

18 lines
486 B
TypeScript

export { cronList, cronLog, cronRun, cronStatus } from './cron'
export { envList, envRm, envSet } from './env'
export { logApp } from './logs'
export {
configShow,
infoApp,
listApps,
newApp,
openApp,
renameApp,
restartApp,
rmApp,
startApp,
stopApp,
} from './manage'
export { statsApp } from './stats'
export { cleanApp, diffApp, getApp, historyApp, pullApp, pushApp, rollbackApp, stashApp, stashListApp, stashPopApp, statusApp, syncApp, versionsApp } from './sync'