This plugin provides continuous integration (CI) tools for the Appneural platform. It enables users to automate builds, tests, and deployments using intelligent commands and automation.
- Automate build, test, and deployment workflows
- Integrate with other plugins for end-to-end CI/CD
- Improve code quality and release speed
- Scalable for personal and enterprise use
npm add @appneural/cli-plugin-ci| Command | Description |
|---|---|
| plugin-ci build | Build a project |
| plugin-ci test | Run tests for a project |
| plugin-ci deploy | Deploy a project |
| plugin-ci status | Get CI status for a project |
| plugin-ci logs | View CI logs for a project |
| plugin-ci config | Configure CI settings for a project |
# Build a project
an tools plugin-ci build "my-app"
# Run tests
an tools plugin-ci test "my-app"
# Deploy a project
an tools plugin-ci deploy "my-app"
# Get CI status
an tools plugin-ci status "my-app"
# View CI logs
an tools plugin-ci logs "my-app"
# Configure CI settings
an tools plugin-ci config "my-app" --env "production"For more details, see the documentation or contact the maintainer.