UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

16 lines 372 B
import init from './init/index.js'; import auth from './auth/index.js'; import start from './start/index.js'; import deploy from './deploy/index.js'; import install from './install/index.js'; import version from './misc/version.js'; import exportCmd from './export/index.js'; export default { init, auth, start, deploy, install, version, export: exportCmd };