Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ redirect_from:
## Synopsis

```shell copy
codeql database bundle --output=<output> [--mode=<mode>] <options>... -- <database>
codeql database bundle --output=<output> <options>... -- <database>
```

## Description
Expand Down Expand Up @@ -103,7 +103,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to
curtail disk cache usage if the free space on the file system drops
below this percentage.

#### `-m, --mode=<mode>`
#### `--cache-cleanup=<mode>`

Select how aggressively to trim the cache. Choices include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ redirect_from:
## Synopsis

```shell copy
codeql database cleanup [--mode=<mode>] <options>... -- <database>
codeql database cleanup <options>... -- <database>
```

## Description
Expand Down Expand Up @@ -71,7 +71,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to
curtail disk cache usage if the free space on the file system drops
below this percentage.

#### `-m, --mode=<mode>`
#### `--cache-cleanup=<mode>`

Select how aggressively to trim the cache. Choices include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ redirect_from:
## Synopsis

```shell copy
codeql database create [--language=<lang>[,<lang>...]] [--github-auth-stdin] [--github-url=<url>] [--source-root=<dir>] [--threads=<num>] [--ram=<MB>] [--command=<command>] [--mode=<mode>] [--extractor-option=<extractor-option-name=value>] <options>... -- <database>
codeql database create [--language=<lang>[,<lang>...]] [--github-auth-stdin] [--github-url=<url>] [--source-root=<dir>] [--threads=<num>] [--ram=<MB>] [--command=<command>] [--extractor-option=<extractor-option-name=value>] <options>... -- <database>
```

## Description
Expand Down Expand Up @@ -267,7 +267,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to
curtail disk cache usage if the free space on the file system drops
below this percentage.

#### `-m, --mode=<mode>`
#### `--cache-cleanup=<mode>`

Select how aggressively to trim the cache. Choices include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ redirect_from:
## Synopsis

```shell copy
codeql database finalize [--dbscheme=<file>] [--threads=<num>] [--ram=<MB>] [--mode=<mode>] <options>... -- <database>
codeql database finalize [--dbscheme=<file>] [--threads=<num>] [--ram=<MB>] <options>... -- <database>
```

## Description
Expand Down Expand Up @@ -130,7 +130,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to
curtail disk cache usage if the free space on the file system drops
below this percentage.

#### `-m, --mode=<mode>`
#### `--cache-cleanup=<mode>`

Select how aggressively to trim the cache. Choices include:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ redirect_from:
## Synopsis

```shell copy
codeql dataset cleanup [--mode=<mode>] <options>... -- <dataset>
codeql dataset cleanup <options>... -- <dataset>
```

## Description
Expand Down Expand Up @@ -69,7 +69,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to
curtail disk cache usage if the free space on the file system drops
below this percentage.

#### `-m, --mode=<mode>`
#### `--cache-cleanup=<mode>`

Select how aggressively to trim the cache. Choices include:

Expand Down