Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flamenco-worker-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
flamenco-worker-python
Commits
4036fbee
Commit
4036fbee
authored
8 years ago
by
Sybren A. Stüvel
Browse files
Options
Downloads
Patches
Plain Diff
Manager: documented available CLI arguments
parent
8a06de9b
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/flamenco-manager-go/README.md
+11
-0
11 additions, 0 deletions
packages/flamenco-manager-go/README.md
with
11 additions
and
0 deletions
packages/flamenco-manager-go/README.md
+
11
−
0
View file @
4036fbee
...
@@ -11,6 +11,17 @@ This is the Flamenco Manager implementation in Go.
...
@@ -11,6 +11,17 @@ This is the Flamenco Manager implementation in Go.
4.
Run
`systemctl start flamenco-manager`
to start Flamenco Manager.
4.
Run
`systemctl start flamenco-manager`
to start Flamenco Manager.
5.
Run
`systemctl enable flamenco-manager`
to ensure it starts at boot too.
5.
Run
`systemctl enable flamenco-manager`
to ensure it starts at boot too.
## CLI arguments
Flamenco Manager accepts the following CLI arguments:
-
`-debug`
: Enable debug-level logging
-
`-verbose`
: Enable info-level logging (no-op if
`-debug`
is also given)
-
`-json`
: Log in JSON format, instead of plain text
-
`cleanslate`
: Start with a clean slate; erases all tasks from the local MongoDB,
then exits Flamenco Manager. This can be run while another Flamenco Manager is
running, but this scenario has not been well-tested yet.
## Starting development
## Starting development
...
...
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