DevCamps Documentation: mkcamp

NAME

mkcamp - create a new camp

VERSION

3.05

SYNOPSIS
mkcamp --comment="<comments>" --type=<type> [--number=<camp #>] [--skipcamp] [--skipdb] [--vcs=<svn|git>] [--help]
DESCRIPTION

Creates a new camp and registers it in the camp database.

A comment explaining the use of the new camp is required. This should likely be enclosed in quotes to work with your shell.

Unless there is only one camp type available, the type must be specified as well.

OPTIONS
--comment="<comments>"

Required comment explaining the purpose of this new camp.

--type=<type>

The type of camp to be made; if there is only one type, mkcamp will set the --type automatically.

--number=<camp number>

Specify the camp number to be made instead of automatically determining it. Required if --skipcamp is used.

--skipcamp

Do not add this camp to the database (arguments of --comment will not be passed if this option is used). Requires --number to be set.

--skipdb

Skip database creation.

--vcs=<svn|git>

Optionally specify version control system to use for working copy checkout. The camp type requested should provide a default, and determines which options actually work.

--help

Displays the help menu and list of camp types based on Camp Master Database configuration.

AUTHOR

Ethan Rowe and other contributors

LICENSE AND COPYRIGHT

Copyright (C) 2006-2015 End Point Corporation, https://www.endpoint.com/

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see: http://www.gnu.org/licenses/

Commands:

Configuration, API, and Internals:

© 2006–2019 End Point Corporation