Skip to content

APPNEURAL-Plugins/cli-plugin-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@appneural/cli-plugin-ci

Project Overview

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.

Benefits

  • 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

Installation

npm add @appneural/cli-plugin-ci

Available Commands (using anx tools)

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

Example Usage

# 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.

About

plugin-ci plugin for APPNEURAL CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors