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
1 change: 0 additions & 1 deletion docs/base-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ Standard environment variables:
| `BASE_CLI_ENVIRONMENT` | active environment | `dev` |
| `BASE_CLI_LOG_LEVEL` | user stream log level | `info` |
| `BASE_CLI_KEEP_TEMP` | keep run temp directory | `false` |
| `BASE_CLI_TEMP_RETENTION_DAYS` | prune retained temp dirs older than N days | `7` |

### Future Organization Policy

Expand Down
1 change: 0 additions & 1 deletion docs/local-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Recognized environment variables include:
- `BASE_CLI_ENVIRONMENT`
- `BASE_CLI_LOG_LEVEL`
- `BASE_CLI_KEEP_TEMP`
- `BASE_CLI_TEMP_RETENTION_DAYS`

`BASE_CACHE_DIR` separately controls the runtime cache/log/temp root; it is not
stored in the user config.
Expand Down
1 change: 0 additions & 1 deletion docs/runtime-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ readonly by Base.
| `BASE_CLI_ENVIRONMENT` | Python CLI config | Selects the CLI environment value used by `base_cli`. |
| `BASE_CLI_LOG_LEVEL` | Python CLI config | Sets the Python CLI user-stream log level. |
| `BASE_CLI_KEEP_TEMP` | Python CLI config | Keeps temp directories for inspection when true. |
| `BASE_CLI_TEMP_RETENTION_DAYS` | Python CLI config | Retention window for pruned temp directories. |
| `BASE_ACTIVATE_SHELL` | `basectl activate` | Overrides the Bash executable used for the activated runtime shell. |
| `BASE_ACTIVATE_PRESERVE_CWD` | `basectl activate` | Test/user override equivalent to `--no-cd` when set to `1`. |
| `BASE_SETUP_PROFILES` | `basectl setup` | Comma-separated setup profiles such as `dev,sre`. |
Expand Down
Loading