New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-project-create.pod in vendors/lib/FCM/CLI – NEMO

source: vendors/lib/FCM/CLI/fcm-project-create.pod @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 576 bytes
Line 
1=head1 NAME
2
3fcm project-create
4
5=head1 SYNOPSIS
6
7Creates a new project in a repository.
8
9    fcm project-create [OPTIONS] PROJECT-NAME REPOS-ROOT-URL
10
11=head1 ARGUMENTS
12
13PROJECT-NAME is a valid name of a project for the given repository.
14
15=head1 OPTIONS
16
17=over 4
18
19=item --non-interactive
20
21Do no interactive prompting. This option implies --svn-non-interactive.
22
23=item --password=PASSWORD
24
25Specify a password for write access to the repository.
26
27=item --svn-non-interactive
28
29Do no interactive prompting at commit time. This option is implied by
30--non-interactive.
31
32=back
33
34=cut
Note: See TracBrowser for help on using the repository browser.