@puls-atlas/cli
Version:
The Puls Atlas CLI tool for managing Atlas projects
19 lines (12 loc) • 629 B
Markdown
## About
This CLI tool is used to manage projects build on top of the Puls Atlas Core Framework. Visit [Puls](https://puls.be) to get in touch and learn more about what we do.
## Installation
```bash
npm install -g @puls-atlas/cli
```
## Usage
All commands must be run in the root of a Puls Atlas project.
The following commands should get you started:
- `atlas -v` or `atlas --version` - Display the current version of the CLI tool.
- `atlas -h` or `atlas --help` - Display the help menu with all available commands.
- `atlas <command> -h` or `atlas <command> --help` - Display the help menu for a specific command.