UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

14 lines 308 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'; export default { init, auth, start, deploy, install, version };