Skip to content

Commit 06df35b

Browse files
author
GitLab CI
committed
New version of cetk-cli's public documentation, 3.3.1.0
1 parent d3e2e97 commit 06df35b

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0.0
1+
3.3.1.0

docs/control_env/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The Following environment variables are set and available during the execution w
2828
As in: "_The host that is using [cetk-cli](../cli/index.md) to run [supported executables](#supported-executables)_"
2929

3030
* `CETK_SOURCE_HOME`: absolute path to [`Source Home`](../home_folder/source_home.md)
31-
* `CETK_SOURCE_HOME_POSIX`: absolute path to [`Source Home`](../home_folder/source_home.md) in posix format[^1][^3]
31+
* `CETK_SOURCE_HOME_POSIX`: absolute path to [`Source Home`](../home_folder/source_home.md) in posix format[^1][^3][^6]
3232
* `CETK_OUTPUT_HOME`: absolute path to [`Output Home`](../home_folder/output_home.md)
33-
* `CETK_OUTPUT_HOME_POSIX`: absolute path to [`Output Home`](../home_folder/output_home.md) in posix format[^1][^4]
33+
* `CETK_OUTPUT_HOME_POSIX`: absolute path to [`Output Home`](../home_folder/output_home.md) in posix format[^1][^4][^6]
3434
* `CETK_TMP_HOME`: absolute path to [`Temp Home`](../home_folder/temp_home.md)
3535
* `CETK_ENVIRONMENT`: one of the following: `native`, `docker`, `cloud`
3636

@@ -44,4 +44,5 @@ As in: "_The host that is using [cetk-cli](../cli/index.md) to run [supported ex
4444
[^2]: Connections via cESD are the only ones currently supported by the cloud control environment
4545
[^3]: If the host platform is already posix (e.g., Linux) then this is the same as `CETK_SOURCE_HOME`
4646
[^4]: If the host platform is already posix (e.g., Linux) then this is the same as `CETK_OUTPUT_HOME`
47-
[^5]: If any of those variables have been used to [configure cetk-cli](../cli/config.md), they may be updated during execution
47+
[^5]: If any of those variables have been used to [configure cetk-cli](../cli/config.md), they may be updated during execution
48+
[^6]: Posix format preserves user/platform given case but the drive letter on Windows: it is normalized to upper-case.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ site_description: >-
55
This is the documentation of comlet's Embedded TestKit (cETK)
66
test automation solution
77
8-
copyright: Copyright © 2025 comlet Verteilte Systeme GmbH
8+
copyright: Copyright © 2025-2026 comlet Verteilte Systeme GmbH
99
nav:
1010
- Overview: index.md
1111
- Control Environments:

0 commit comments

Comments
 (0)