blob: 19a9609becc05ea57f439be63253e634f1e59b09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
> Workspace Management Commands
## Usage
jvn workspace <SUBCOMMAND> <PARAM: ?>
## Subcommands
### Initialize
Initialize a `workspace` in the _current directory_
jvn workspace init
### Create
Initialize a `workspace` in a _specified directory_
jvn workspace create <directory>
### Operate & Display Sheet
Operate or display the `sheet` under the _current workspace_
jvn workspace sheet <arguments: ?>
> You can use the following to query detailed usage examples
> `jvn helpdoc commands/workspace/sheet`
### Operate ID Alias
Operate or read the `ID alias mapping` under the _current workspace_
jvn workspace alias <arguments: ?>
> You can use the following to query detailed usage examples
> `jvn helpdoc commands/workspace/alias`
### Query Workspace Directory
Print the directory of the _current workspace_
jvn workspace here
|