diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md index 89dd516637..6d8f53318d 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md @@ -102,13 +102,13 @@ below this percentage. Select how aggressively to trim the cache. Choices include: -`brutal`: Remove the entire cache, trimming down to the state of a +`clear`: Remove the entire cache, trimming down to the state of a freshly extracted dataset -`normal` _(default)_: Trim everything except explicitly "cached" +`trim` _(default)_: Trim everything except explicitly "cached" predicates. -`light`: Simply make sure the defined size limits for the disk cache are +`fit`: Simply make sure the defined size limits for the disk cache are observed, deleting as many intermediates as necessary. #### `--cleanup-upgrade-backups` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md index 52c7b51775..9de8cebcbb 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md @@ -76,13 +76,13 @@ below this percentage. Select how aggressively to trim the cache. Choices include: -`brutal`: Remove the entire cache, trimming down to the state of a +`clear`: Remove the entire cache, trimming down to the state of a freshly extracted dataset -`normal` _(default)_: Trim everything except explicitly "cached" +`trim` _(default)_: Trim everything except explicitly "cached" predicates. -`light`: Simply make sure the defined size limits for the disk cache are +`fit`: Simply make sure the defined size limits for the disk cache are observed, deleting as many intermediates as necessary. #### `--cleanup-upgrade-backups` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md index 03a1e762ea..f0f63d4427 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md @@ -63,7 +63,7 @@ as it may recursively delete the entire database directory. \[Advanced] Read a Code Scanning configuration file specifying options on how to create the CodeQL databases and what queries to run in later steps. For more details on the format of this configuration file, refer -to [AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#example-configuration-files). To run queries from +to [AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning). To run queries from this file in a later step, invoke [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) without any other queries specified. #### `--[no-]db-cluster` @@ -231,13 +231,13 @@ below this percentage. Select how aggressively to trim the cache. Choices include: -`brutal`: Remove the entire cache, trimming down to the state of a +`clear`: Remove the entire cache, trimming down to the state of a freshly extracted dataset -`normal` _(default)_: Trim everything except explicitly "cached" +`trim` _(default)_: Trim everything except explicitly "cached" predicates. -`light`: Simply make sure the defined size limits for the disk cache are +`fit`: Simply make sure the defined size limits for the disk cache are observed, deleting as many intermediates as necessary. #### `--cleanup-upgrade-backups` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md index 05c59c685d..d03db73b38 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md @@ -135,13 +135,13 @@ below this percentage. Select how aggressively to trim the cache. Choices include: -`brutal`: Remove the entire cache, trimming down to the state of a +`clear`: Remove the entire cache, trimming down to the state of a freshly extracted dataset -`normal` _(default)_: Trim everything except explicitly "cached" +`trim` _(default)_: Trim everything except explicitly "cached" predicates. -`light`: Simply make sure the defined size limits for the disk cache are +`fit`: Simply make sure the defined size limits for the disk cache are observed, deleting as many intermediates as necessary. #### `--cleanup-upgrade-backups` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md index 55784c6b0c..102d3e91f3 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-init.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-init.md @@ -76,7 +76,7 @@ as it may recursively delete the entire database directory. \[Advanced] Read a Code Scanning configuration file specifying options on how to create the CodeQL databases and what queries to run in later steps. For more details on the format of this configuration file, refer -to [AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning). To run queries from +to [AUTOTITLE](/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning). To run queries from this file in a later step, invoke [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) without any other queries specified. #### `--[no-]db-cluster` @@ -111,7 +111,7 @@ input using the `--github-auth-stdin` option. build tracing," which allows integration into existing build workflows when an explicit build command is not available. For information about when and how to use this feature, please refer to our documentation at -[AUTOTITLE](/code-security/codeql-cli/using-the-codeql-cli/creating-codeql-databases). +[AUTOTITLE](/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis). ### Baseline calculation options diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md index e4abe11996..fdcbabc282 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md @@ -74,13 +74,13 @@ below this percentage. Select how aggressively to trim the cache. Choices include: -`brutal`: Remove the entire cache, trimming down to the state of a +`clear`: Remove the entire cache, trimming down to the state of a freshly extracted dataset -`normal` _(default)_: Trim everything except explicitly "cached" +`trim` _(default)_: Trim everything except explicitly "cached" predicates. -`light`: Simply make sure the defined size limits for the disk cache are +`fit`: Simply make sure the defined size limits for the disk cache are observed, deleting as many intermediates as necessary. #### `--cleanup-upgrade-backups`