systemlink-cli 1.11.1__tar.gz → 1.11.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/PKG-INFO +1 -1
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/pyproject.toml +1 -1
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/_version.py +1 -1
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/nipkg-file-package/SKILL.md +79 -33
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/LICENSE +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/dff-editor/editor.js +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/dff-editor/index.html +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/__init__.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/__main__.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/asset_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/cli_formatters.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/cli_utils.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/comment_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/completion_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/config.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/config_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/dff_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/dff_decorators.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/example_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/example_loader.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/example_provisioner.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/_schema/schema-v1.0.json +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-complete-workflow/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-complete-workflow/config.yaml +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-test-plans/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-test-plans/config.yaml +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-5-1-parametric-insights/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-5-1-parametric-insights/config.yaml +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-7-1-test-plans/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-7-1-test-plans/config.yaml +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/README.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/config.yaml +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/notebooks/SpecAnalysis_ComplianceCalculation.ipynb +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/notebooks/SpecComplianceCalculation.ipynb +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/notebooks/SpecfileExtractionAndIngestion.ipynb +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/spec_template.xlsx +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/feed_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/file_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/function_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/function_templates.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/main.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/mcp_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/mcp_reachability.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/mcp_server.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/notebook_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/platform.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/policy_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/policy_utils.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/profiles.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/response_handlers.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/rich_output.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/routine_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skill_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/SKILL.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/analysis-recipes.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/commands.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/datasheet-workflow.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/filtering.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/troubleshooting.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-job-debugging/SKILL.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-notebook/SKILL.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-notebook/references/interfaces.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-notebook/references/notebook-patterns.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-python-test/SKILL.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-webapp/SKILL.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-webapp/references/deployment.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-webapp/references/layout-patterns.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-webapp/references/nimble-angular.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-webapp/references/systemlink-services.md +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/spec_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/ssl_trust.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/system_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/system_query_utils.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/table_utils.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/tag_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/templates_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/testmonitor_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/universal_handlers.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/user_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/utils.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/web_editor.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/webapp_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/workflow_preview.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/workflows_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/workitem_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/workspace_click.py +0 -0
- {systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/workspace_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "systemlink-cli"
|
|
3
|
-
version = "1.11.
|
|
3
|
+
version = "1.11.2"
|
|
4
4
|
description = "SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates."
|
|
5
5
|
authors = ["Fred Visser <fred.visser@emerson.com>"]
|
|
6
6
|
packages = [{ include = "slcli" }]
|
|
@@ -224,23 +224,25 @@ dependencies, create a Salt state file (`deploy/install.sls`) and apply it throu
|
|
|
224
224
|
SystemLink Systems Manager. A typical SLS for a Python test package covers:
|
|
225
225
|
|
|
226
226
|
1. **Download and install Python** — use the official Windows installer with `/quiet`,
|
|
227
|
-
`InstallAllUsers=1`, `PrependPath=1`.
|
|
227
|
+
`InstallAllUsers=1`, `PrependPath=1`. For `TargetDir`, pass the full
|
|
228
|
+
`key=value` as one quoted argument when using `Program Files`:
|
|
228
229
|
```yaml
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
230
|
+
install-python:
|
|
231
|
+
cmd.run:
|
|
232
|
+
- name: >-
|
|
233
|
+
"C:\Windows\Temp\python-3.12.9-amd64.exe"
|
|
234
|
+
/quiet
|
|
235
|
+
InstallAllUsers=1
|
|
236
|
+
PrependPath=1
|
|
237
|
+
"TargetDir=C:\Program Files\Python312"
|
|
238
|
+
Include_launcher=1
|
|
239
|
+
- shell: cmd
|
|
240
|
+
- unless: >-
|
|
241
|
+
powershell -Command "$r64 = Get-ChildItem 'HKLM:\SOFTWARE\Python\PythonCore' -ErrorAction SilentlyContinue; if ($r64) { exit 0 }; $r32 = Get-ChildItem 'HKLM:\SOFTWARE\WOW6432Node\Python\PythonCore' -ErrorAction SilentlyContinue; if ($r32) { exit 0 }; if (Test-Path 'C:\Program Files\Python312\python.exe') { exit 0 }; exit 1"
|
|
239
242
|
```
|
|
240
|
-
**Critical**:
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
the value portion (`TargetDir="C:\Program Files\Python312"`).
|
|
243
|
+
**Critical**: In SystemLink/Salt `cmd.run` contexts, keep `TargetDir` as a single
|
|
244
|
+
quoted argument (for example `"TargetDir=C:\Program Files\Python312"`) and verify
|
|
245
|
+
install path checks.
|
|
244
246
|
|
|
245
247
|
2. **Add Python to PATH** — `win_path.exists` for both the install dir and `Scripts\`.
|
|
246
248
|
|
|
@@ -326,26 +328,69 @@ SystemLink Systems Manager. A typical SLS for a Python test package covers:
|
|
|
326
328
|
|
|
327
329
|
## Auto-Versioning Build Script Pattern
|
|
328
330
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
+
Use an incrementing build counter stored in `package/build_number.txt` alongside a base
|
|
332
|
+
version in `package/version.txt`. This produces short, valid Debian version strings
|
|
333
|
+
(`major.minor.patch.build`) that NI Package Manager and SystemLink accept reliably.
|
|
334
|
+
|
|
335
|
+
**Why not timestamps?** A timestamp-based suffix like `1.0.0.20260420083348` exceeds the
|
|
336
|
+
length that SystemLink's `pkg.installed` Salt state can resolve correctly. The feed lookup
|
|
337
|
+
fails silently and the state reports the package as not found. Always use a short numeric
|
|
338
|
+
build counter instead.
|
|
339
|
+
|
|
340
|
+
### File layout
|
|
341
|
+
|
|
342
|
+
```text
|
|
343
|
+
package/
|
|
344
|
+
├── version.txt # base version, e.g. "1.0.1" (edit when bumping major/minor/patch)
|
|
345
|
+
├── build_number.txt # next build number to use, e.g. "0" (auto-incremented by build script)
|
|
346
|
+
├── control
|
|
347
|
+
├── instructions
|
|
348
|
+
├── postinstall.bat
|
|
349
|
+
└── preuninstall.bat
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
If your build script stamps versions through `control.template`, keep
|
|
353
|
+
`control.template` in source control as the input template and write the stamped
|
|
354
|
+
result to `control` during the build.
|
|
355
|
+
|
|
356
|
+
### Build script snippet
|
|
331
357
|
|
|
332
358
|
```bat
|
|
333
|
-
|
|
334
|
-
|
|
359
|
+
set SCRIPT_DIR=%~dp0
|
|
360
|
+
set CONTROL_DIR=%SCRIPT_DIR%build\nipkg\control
|
|
361
|
+
set DEPLOY_SLS=%SCRIPT_DIR%deploy\install.sls
|
|
362
|
+
set VERSION_FILE=%SCRIPT_DIR%package\version.txt
|
|
363
|
+
set BUILD_NUMBER_FILE=%SCRIPT_DIR%package\build_number.txt
|
|
364
|
+
set BASE_VERSION=
|
|
365
|
+
set NEXT_BUILD=
|
|
366
|
+
|
|
367
|
+
set /p BASE_VERSION=<"%VERSION_FILE%"
|
|
368
|
+
set /p NEXT_BUILD=<"%BUILD_NUMBER_FILE%"
|
|
369
|
+
if "%BASE_VERSION%"=="" (
|
|
370
|
+
echo Failed to read package\version.txt.
|
|
371
|
+
exit /b 1
|
|
372
|
+
)
|
|
373
|
+
if "%NEXT_BUILD%"=="" set NEXT_BUILD=0
|
|
374
|
+
set PACKAGE_VERSION=%BASE_VERSION%.%NEXT_BUILD%
|
|
375
|
+
set /a WRITE_BUILD=%NEXT_BUILD%+1
|
|
376
|
+
echo %WRITE_BUILD%>"%BUILD_NUMBER_FILE%"
|
|
377
|
+
echo Version for this build: %PACKAGE_VERSION%
|
|
335
378
|
|
|
336
379
|
REM Stamp version into control file
|
|
337
380
|
powershell -NoProfile -Command ^
|
|
338
|
-
"(Get-Content -Raw
|
|
339
|
-
| Set-Content -Encoding ASCII '%CONTROL_DIR%\control'"
|
|
381
|
+
"$p='%CONTROL_DIR%\control.template'; $o='%CONTROL_DIR%\control'; (Get-Content -Raw $p) -replace '(?m)^Version:\s*.*$','Version: %PACKAGE_VERSION%' | Set-Content -Encoding ASCII $o"
|
|
340
382
|
|
|
341
383
|
REM Stamp version into deploy\install.sls (keeps SLS in sync with feed)
|
|
342
384
|
powershell -NoProfile -Command ^
|
|
343
|
-
"(Get-Content -Raw
|
|
344
|
-
| Set-Content -Encoding ASCII '%DEPLOY_SLS%'"
|
|
385
|
+
"$p='%DEPLOY_SLS%'; (Get-Content -Raw $p) -replace '(?m)^\s*-\s*my-package:\s*.*$',' - my-package: %PACKAGE_VERSION%' | Set-Content -Encoding ASCII $p"
|
|
345
386
|
```
|
|
346
387
|
|
|
347
|
-
|
|
348
|
-
|
|
388
|
+
### Workflow
|
|
389
|
+
|
|
390
|
+
1. On the first build: `version.txt` = `1.0.1`, `build_number.txt` = `0` → produces `1.0.1.0`, writes `1` back.
|
|
391
|
+
2. On the next build: reads `1`, produces `1.0.1.1`, writes `2` back, and so on.
|
|
392
|
+
3. To bump major/minor/patch: edit `version.txt` and reset `build_number.txt` to `0`.
|
|
393
|
+
4. Commit both files so the counter is shared across machines / CI runs.
|
|
349
394
|
|
|
350
395
|
## Complete Working SLS Example
|
|
351
396
|
|
|
@@ -370,7 +415,7 @@ install-python:
|
|
|
370
415
|
/quiet
|
|
371
416
|
InstallAllUsers=1
|
|
372
417
|
PrependPath=1
|
|
373
|
-
TargetDir=C:\
|
|
418
|
+
"TargetDir=C:\Program Files\Python312"
|
|
374
419
|
Include_launcher=1
|
|
375
420
|
- shell: cmd
|
|
376
421
|
- unless: >-
|
|
@@ -407,7 +452,7 @@ install-my-test-package:
|
|
|
407
452
|
pkg.installed:
|
|
408
453
|
- install_recommends: true
|
|
409
454
|
- pkgs:
|
|
410
|
-
- my-package: 1.0.0
|
|
455
|
+
- my-package: 1.0.1.0
|
|
411
456
|
- require:
|
|
412
457
|
- module: add-my-test-feed
|
|
413
458
|
|
|
@@ -443,9 +488,9 @@ install-pip-deps:
|
|
|
443
488
|
```
|
|
444
489
|
|
|
445
490
|
**Key rules from testing:**
|
|
446
|
-
- `TargetDir`
|
|
447
|
-
|
|
448
|
-
|
|
491
|
+
- Pass `TargetDir` as one quoted key/value argument when using `Program Files`
|
|
492
|
+
(`"TargetDir=C:\Program Files\Python312"`) and keep explicit registry/path checks
|
|
493
|
+
in `unless` guards.
|
|
449
494
|
- `unless` guards for Python install must check the registry AND the file path; using
|
|
450
495
|
only `python --version` can match the Salt minion's bundled Python, not the system one.
|
|
451
496
|
- The `require` type for `pkg.installed` after `module.run` is `module:`, not `pkgrepo:`.
|
|
@@ -464,7 +509,7 @@ file server-side and rejects anything that is not parseable as YAML.
|
|
|
464
509
|
supported**. Hardcode all values (Python version, paths, URLs) directly.
|
|
465
510
|
- **Validate locally** before uploading: `python -c "import yaml; yaml.safe_load(open('install.sls'))"`
|
|
466
511
|
- **Salt state functions that work**: `cmd.run`, `file.managed`, `file.serialize`,
|
|
467
|
-
`file.absent`, `win_path.exists`, `system.reboot`, `
|
|
512
|
+
`file.absent`, `win_path.exists`, `system.reboot`, `module.run`, `pkg.installed`
|
|
468
513
|
— any valid Salt state module is accepted as long as the YAML parses.
|
|
469
514
|
|
|
470
515
|
### Uploading States to SystemLink
|
|
@@ -474,8 +519,9 @@ The SystemLink Systems State API (`/nisystemsstate/v1/`) provides two ways to cr
|
|
|
474
519
|
#### Option 1: JSON API — Package/Feed States Only
|
|
475
520
|
|
|
476
521
|
`POST /nisystemsstate/v1/states` with a JSON body. This only supports `packages` and
|
|
477
|
-
`feeds` arrays
|
|
478
|
-
|
|
522
|
+
`feeds` arrays for package/feed-only workflows. Use this when the state only needs to
|
|
523
|
+
install nipkg packages. For custom SLS uploads, continue using the verified
|
|
524
|
+
`module.run` + `pkg.mod_repo` pattern.
|
|
479
525
|
|
|
480
526
|
```python
|
|
481
527
|
state = {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-complete-workflow/README.md
RENAMED
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/demo-complete-workflow/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-7-1-test-plans/README.md
RENAMED
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/exercise-7-1-test-plans/config.yaml
RENAMED
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/README.md
RENAMED
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/examples/spec-compliance-notebooks/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/analysis-recipes.md
RENAMED
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/datasheet-workflow.md
RENAMED
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/slcli/references/troubleshooting.md
RENAMED
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-job-debugging/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{systemlink_cli-1.11.1 → systemlink_cli-1.11.2}/slcli/skills/systemlink-python-test/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|