Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 950 Bytes

ag.asciidoc

File metadata and controls

45 lines (29 loc) · 950 Bytes

ag(1)

NAME

ag - Agnostic, a software project definition tool.

SYNOPSIS

'ag' <command> [<args>]

DESCRIPTION

Agnostic is a software project definition tool. The goals are:

  1. Make "Getting started" information available in one easily readable and parsable place, which is the project file;

  2. Untie a project from its CI server and bring unified development process experience.

A software project is defined by the project file agnostic.yaml. Based on this file, 'ag' provides a number of commands to work with the project.

COMMANDS

help

Prints help.

clone

Clone the project.

remove

Removes project.

project

Information about project.

component

Information about component.

build

Build components.

clean

Clean components.

Reporting bugs