Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Eric Vidal
66
Commits
22c850aa
Commit
22c850aa
authored
1 year ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
typo fix
parent
72216dc6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#12445
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tree.md
+24
-24
24 additions, 24 deletions
doc/tree.md
with
24 additions
and
24 deletions
doc/tree.md
+
24
−
24
View file @
22c850aa
...
...
@@ -96,10 +96,10 @@ Stops the *tree* called `print`. Any running services will be stopped and unsupe
### Create
#### Interface
This subcommand creates a
*tree*
that doesn't exist and potentially configures it based on the options used.
#### Interface
```
tree create [ -h ] [ -o depends=:requiredby=:... ] *tree*
```
...
...
@@ -136,10 +136,10 @@ Creates, configures and clones a *tree* named `treefoo` where the clone of `tree
### Admin
#### Interface
This command allow to manage configuration of an already existing
*tree*
.
#### Interface
```
tree admin [ -h ] [ -o depends=:requiredby=:... ] tree
```
...
...
@@ -175,10 +175,10 @@ Deny all user of `treefoo`
### Remove
#### Interface
This command remove a
*tree*
. This operation
**cannot be**
undone. Process with caution.
#### Interface
```
tree remove [ -h ] tree
```
...
...
@@ -199,10 +199,10 @@ Tree dependencies, including required by dependencies, are managed. For instance
### Enable
#### Interface
This command enables a
*tree*
for the next boot.
#### Interface
```
tree enable [ -h ] tree
```
...
...
@@ -226,10 +226,10 @@ Enables `treefoo` tree
### Disable
#### Interface
This command is the exact opposite of
`enable`
command.
#### Interface
```
tree disable [ -h ] tree
```
...
...
@@ -249,10 +249,10 @@ Disables `treefoo` tree
### Current
#### Interface
This command a
*tree*
as the current one.
#### Interface
```
66 tree [ -h ] current tree
```
...
...
@@ -272,10 +272,10 @@ Marks `treefoo` as current
### Status
#### Interface
This command displays information about a
*tree*
.
#### Interface
```
tree status [ -h ] [ -n ] [ -o name,enabled,... ] [ -g ] [ -d depth ] [ -r ] tree
```
...
...
@@ -387,10 +387,10 @@ Contents : \
### Resolve
#### Interface
This command displays the complete contents of the
[
resolve
](
deeper.html#resolve-files
)
file of the
*tree*
.
#### Interface
```
66 tree resolve [ -h ] tree
```
...
...
@@ -409,10 +409,10 @@ Displays contents of the `treefoo` resolve file.
```
### Init
#### Interface
This command initiate services of a tree to a scandir directory
#### Interface
```
66 tree init [ -h ] tree
```
...
...
@@ -434,10 +434,10 @@ Initiates all *enabled* services of `treefoo` to a running scandir
### Start
#### Interface
This command starts all services
**marked enabled**
within tree
#### Interface
```
tree start [ -h ] [ -f ] tree
```
...
...
@@ -464,10 +464,10 @@ Starts all services marked enabled of tree `treefoo`
### Stop
#### Interface
This command stops all
**running services**
within tree
#### Interface
```
66 tree stop [ -h ] [ -f ] tree
```
...
...
@@ -495,10 +495,10 @@ Stops all services of tree `treefoo`
### Free
#### Interface
This command stops and unsupervise tree.
#### Interface
```
66 tree free [ -h ] [ -f ] tree
```
...
...
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