Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
meskio
bitmask-dev
Commits
a0041ee0
Unverified
Commit
a0041ee0
authored
Oct 4, 2016
by
Kali Kaneko
Browse files
Options
Downloads
Patches
Plain Diff
[docs] document invitecodes
parent
af27100e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/cli/index.rst
+28
-2
28 additions, 2 deletions
docs/cli/index.rst
with
28 additions
and
2 deletions
docs/cli/index.rst
+
28
−
2
View file @
a0041ee0
...
...
@@ -7,7 +7,33 @@
Bitmask CLI
================================
T
he command line interface
``bitmaskctl`` is t
he command line interface
.
Using bitmask from the command line
It will try to launch the bitmask backend.
Creating an user
-----------------------------------
::
bitmaskctl user create user@example.org
If the provider needs invite codes to register new users, you can pass one::
bitmaskctl user create --invitecode xxxxxxx user@example.org
Authenticating
-----------------------------------
To authenticate, start a session and start configured services::
bitmaskctl user auth user@example.org
Uploading logs
---------------
(This needs ``pastebinit`` installed in your system) ::
bitmaskctl logs send
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment