Sha256: be524801088b1a9080a097ac07ca036dcf5c04544e7bd60a6e0f2960c456f0d6

Contents?: true

Size: 1.38 KB

Versions: 30

Compression:

Stored size: 1.38 KB

Contents

uffizzi-project-create - create a new project
================================================================

## SYNOPSIS
    uffizzi project create [--name=NAME] [--slug=SLUG]
         [--description=DESCRIPTION] [UFFIZZI_WIDE_FLAG ...] 

## DESCRIPTION
    Create new project.

    This command can fail for the following reasons:  
        - The project --description is too long.
        - The project --name flag is not specified.
        - The project --slug is malformed or used by another project. 

    For more information on the uffizzi project command, see:
    https:/docs.uffizzi.com/references/cli/

## FLAGS
    --description=DESCRIPTION
       Description for the project you want to create. Max of 256 
       characters.

    --name=NAME
       Name for the project you want to create. 

    --slug=SLUG
       A URL-compatible name. Do not include whitespaces or special characters.
       Project slugs must be globally unique across all Uffizzi projects.
       If a slug is not provided, Uffizzi will automatically generate one.

## UFFIZZI WIDE FLAGS
    These flags are available to all commands: --project. Run $ uffizzi 
    help for details.

## EXAMPLES
    To create a new project with name My App, project slug my-app, and
    description "My first project", run:

        $ uffizzi project create --name="My App" --slug="my-app" \
          --description="My first project"

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
uffizzi-cli-2.4.11 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.10 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.9 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.8 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.7 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.6 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.5 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.4 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.3 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.2 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.1 man/uffizzi-project-create.ronn
uffizzi-cli-2.4.0 man/uffizzi-project-create.ronn
uffizzi-cli-2.3.4 man/uffizzi-project-create.ronn
uffizzi-cli-2.3.3 man/uffizzi-project-create.ronn
uffizzi-cli-2.3.2 man/uffizzi-project-create.ronn
uffizzi-cli-2.3.1 man/uffizzi-project-create.ronn
uffizzi-cli-2.3.0 man/uffizzi-project-create.ronn
uffizzi-cli-2.2.2 man/uffizzi-project-create.ronn
uffizzi-cli-2.2.1 man/uffizzi-project-create.ronn
uffizzi-cli-2.2.0 man/uffizzi-project-create.ronn