Skip to content
cc-addaccount.rst 1.14 KiB
Newer Older
===============
 cc-addaccount
===============

----------------------------------------------------
A tool to create account on your cc-server directory
----------------------------------------------------

:Author: Antoine Millet <antoine.millet@smartjog.com>
:Manual section: 1

SYNOPSIS
========

cc-addaccount [options] <login>

DESCRIPTION
===========

CloudControl is a tool designed to facilitate administration of a wide set of
virtualised or not machines. This binary allow to create account on cc-server
account directory, even if cc-server is not started.

By default, the cc-server account directory is defined as
``/var/lib/cc-server`` (it's also the default for cc-server), but if you
changed it, you can use the ``--directory`` option.

OPTIONS
=======

-h, --help            show this help message and exit
-d DIRECTORY, --directory=DIRECTORY
                      account directory
-p, --password        ask for the password
-g, --god             add a rule to allow all actions
-c COPY, --copy=COPY  copy this already existing account
-r ROLE, --role=ROLE  specify the role (default cli)

SEE ALSO
========

* Manual of cc-server ``man 1 cc-server``