systemlink-cli 1.13.4__tar.gz → 1.13.5__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.
Files changed (90) hide show
  1. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/PKG-INFO +1 -1
  2. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/pyproject.toml +1 -1
  3. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/_version.py +1 -1
  4. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/comment_click.py +1 -1
  5. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/completion_click.py +1 -1
  6. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/config_click.py +1 -1
  7. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/dataframe_click.py +1 -1
  8. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/dff_click.py +1 -1
  9. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/example_click.py +1 -1
  10. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/feed_click.py +1 -1
  11. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/file_click.py +1 -1
  12. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/main.py +52 -3
  13. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/mcp_click.py +1 -1
  14. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/notebook_click.py +1 -1
  15. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/policy_click.py +1 -1
  16. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/routine_click.py +1 -1
  17. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skill_click.py +1 -1
  18. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/spec_click.py +1 -1
  19. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/templates_click.py +1 -1
  20. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/testmonitor_click.py +1 -1
  21. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/webapp_click.py +1 -1
  22. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/workitem_click.py +1 -1
  23. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/workspace_click.py +1 -1
  24. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/LICENSE +0 -0
  25. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/dff-editor/editor.js +0 -0
  26. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/dff-editor/index.html +0 -0
  27. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/__init__.py +0 -0
  28. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/__main__.py +0 -0
  29. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/asset_click.py +0 -0
  30. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/cli_formatters.py +0 -0
  31. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/cli_utils.py +0 -0
  32. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/config.py +0 -0
  33. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/dff_decorators.py +0 -0
  34. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/example_loader.py +0 -0
  35. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/example_provisioner.py +0 -0
  36. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/README.md +0 -0
  37. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/_schema/schema-v1.0.json +0 -0
  38. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/demo-complete-workflow/README.md +0 -0
  39. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/demo-complete-workflow/config.yaml +0 -0
  40. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/demo-test-plans/README.md +0 -0
  41. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/demo-test-plans/config.yaml +0 -0
  42. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/exercise-5-1-parametric-insights/README.md +0 -0
  43. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/exercise-5-1-parametric-insights/config.yaml +0 -0
  44. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/exercise-7-1-test-plans/README.md +0 -0
  45. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/exercise-7-1-test-plans/config.yaml +0 -0
  46. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/README.md +0 -0
  47. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/config.yaml +0 -0
  48. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/notebooks/SpecAnalysis_ComplianceCalculation.ipynb +0 -0
  49. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/notebooks/SpecComplianceCalculation.ipynb +0 -0
  50. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/notebooks/SpecfileExtractionAndIngestion.ipynb +0 -0
  51. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/examples/spec-compliance-notebooks/spec_template.xlsx +0 -0
  52. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/function_click.py +0 -0
  53. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/function_templates.py +0 -0
  54. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/mcp_reachability.py +0 -0
  55. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/mcp_server.py +0 -0
  56. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/platform.py +0 -0
  57. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/policy_utils.py +0 -0
  58. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/profiles.py +0 -0
  59. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/response_handlers.py +0 -0
  60. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/rich_output.py +0 -0
  61. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/nipkg-file-package/SKILL.md +0 -0
  62. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/SKILL.md +0 -0
  63. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/references/analysis-recipes.md +0 -0
  64. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/references/commands.md +0 -0
  65. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/references/datasheet-workflow.md +0 -0
  66. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/references/filtering.md +0 -0
  67. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/slcli/references/troubleshooting.md +0 -0
  68. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-job-debugging/SKILL.md +0 -0
  69. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-notebook/SKILL.md +0 -0
  70. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-notebook/references/interfaces.md +0 -0
  71. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-notebook/references/notebook-patterns.md +0 -0
  72. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-python-test/SKILL.md +0 -0
  73. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-webapp/SKILL.md +0 -0
  74. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-webapp/references/deployment.md +0 -0
  75. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-webapp/references/layout-patterns.md +0 -0
  76. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-webapp/references/nimble-angular.md +0 -0
  77. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/skills/systemlink-webapp/references/systemlink-services.md +0 -0
  78. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/ssl_trust.py +0 -0
  79. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/state_click.py +0 -0
  80. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/system_click.py +0 -0
  81. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/system_query_utils.py +0 -0
  82. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/table_utils.py +0 -0
  83. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/tag_click.py +0 -0
  84. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/universal_handlers.py +0 -0
  85. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/user_click.py +0 -0
  86. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/utils.py +0 -0
  87. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/web_editor.py +0 -0
  88. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/workflow_preview.py +0 -0
  89. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/workflows_click.py +0 -0
  90. {systemlink_cli-1.13.4 → systemlink_cli-1.13.5}/slcli/workspace_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: systemlink-cli
3
- Version: 1.13.4
3
+ Version: 1.13.5
4
4
  Summary: SystemLink Integrator CLI - cross-platform CLI for SystemLink workflows and templates.
5
5
  License-File: LICENSE
6
6
  Author: Fred Visser
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "systemlink-cli"
3
- version = "1.13.4"
3
+ version = "1.13.5"
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" }]
@@ -1,4 +1,4 @@
1
1
  """Version information for slcli."""
2
2
 
3
3
  # This file is auto-generated. Do not edit manually.
4
- __version__ = "1.13.4"
4
+ __version__ = "1.13.5"
@@ -188,7 +188,7 @@ def register_comment_commands(cli: Any) -> None:
188
188
  @cli.group()
189
189
  @click.pass_context
190
190
  def comment(ctx: click.Context) -> None:
191
- """Manage comments on SystemLink resources.
191
+ """Manage SystemLink comments.
192
192
 
193
193
  Comments can be attached to any resource identified by a resource type
194
194
  and resource ID. Known resource types: testmonitor:Result, niapm:Asset,
@@ -386,7 +386,7 @@ def register_completion_command(cli: Any) -> None:
386
386
  help="Install completion script to shell config file",
387
387
  )
388
388
  def completion(shell: Optional[str], install: bool) -> None:
389
- """Generate and optionally install shell completion scripts.
389
+ """Generate shell completion scripts and optionally install them.
390
390
 
391
391
  Examples:
392
392
  # Generate bash completion script
@@ -225,7 +225,7 @@ def register_config_commands(cli: Any) -> None:
225
225
 
226
226
  @cli.group()
227
227
  def config() -> None:
228
- """Manage slcli configuration and profiles.
228
+ """Manage slcli settings and profiles.
229
229
 
230
230
  Profiles allow you to configure multiple SystemLink environments
231
231
  (dev, test, prod) and switch between them easily.
@@ -646,7 +646,7 @@ def register_dataframe_commands(cli: Any) -> None:
646
646
  @cli.group()
647
647
  @click.pass_context
648
648
  def dataframe(ctx: click.Context) -> None:
649
- """Manage SystemLink DataFrame tables and row data."""
649
+ """Manage SystemLink DataFrame tables and rows."""
650
650
  if ctx.invoked_subcommand is not None:
651
651
  require_feature("dataframe_service")
652
652
 
@@ -312,7 +312,7 @@ def register_dff_commands(cli: Any) -> None:
312
312
  @cli.group(name="customfield")
313
313
  @click.pass_context
314
314
  def dff(ctx: click.Context) -> None:
315
- """Manage custom field (DFF) configurations."""
315
+ """Manage SystemLink custom field configurations."""
316
316
  # Check for platform feature availability
317
317
  # Only check if a subcommand is being invoked (not just --help)
318
318
  if ctx.invoked_subcommand is not None:
@@ -121,7 +121,7 @@ def register_example_commands(cli: Any) -> None:
121
121
 
122
122
  @cli.group()
123
123
  def example() -> None:
124
- """Manage example resource configurations.
124
+ """Browse and provision example SystemLink resource configurations.
125
125
 
126
126
  Examples help you quickly set up demo systems for training,
127
127
  testing, or evaluation. Each example includes systems, assets,
@@ -436,7 +436,7 @@ def register_feed_commands(cli: Any) -> None:
436
436
 
437
437
  @cli.group()
438
438
  def feed() -> None:
439
- """Manage NI Package Manager feeds and their packages.
439
+ """Manage SystemLink package feeds and packages.
440
440
 
441
441
  Feeds are package repositories used by NI Package Manager to install
442
442
  software on test systems. Supports Windows (.nipkg) and NI Linux RT
@@ -508,7 +508,7 @@ def register_file_commands(cli: Any) -> None:
508
508
 
509
509
  @cli.group()
510
510
  def file() -> None:
511
- """Manage files in SystemLink File Service."""
511
+ """Manage SystemLink files."""
512
512
  pass
513
513
 
514
514
  @file.command(name="list")
@@ -49,6 +49,55 @@ else:
49
49
  click = rich_click_module
50
50
 
51
51
 
52
+ def _configure_rich_click_command_groups() -> None:
53
+ """Configure top-level help command groups when rich-click is available."""
54
+ rich_click_config = getattr(click, "rich_click", None)
55
+ if rich_click_config is None:
56
+ return
57
+
58
+ # Keep the command-name/help split consistent across top-level panels so
59
+ # descriptions start at the same column in every group.
60
+ rich_click_config.STYLE_COMMANDS_TABLE_EXPAND = True
61
+ rich_click_config.STYLE_COMMANDS_TABLE_COLUMN_WIDTH_RATIO = (1, 5)
62
+
63
+ rich_click_config.COMMAND_GROUPS = {
64
+ "slcli": [
65
+ {
66
+ "name": "Configure",
67
+ "commands": ["config", "login", "logout", "info", "completion"],
68
+ },
69
+ {
70
+ "name": "Administer",
71
+ "commands": ["auth", "user", "workspace"],
72
+ },
73
+ {
74
+ "name": "Operate",
75
+ "commands": [
76
+ "asset",
77
+ "system",
78
+ "state",
79
+ "tag",
80
+ "file",
81
+ "feed",
82
+ "comment",
83
+ "dataframe",
84
+ ],
85
+ },
86
+ {
87
+ "name": "Build & Automate",
88
+ "commands": ["notebook", "routine", "webapp", "customfield", "skill", "mcp"],
89
+ },
90
+ {
91
+ "name": "Validate & Plan",
92
+ "commands": ["testmonitor", "template", "spec", "workitem", "example"],
93
+ },
94
+ ]
95
+ }
96
+
97
+
98
+ _configure_rich_click_command_groups()
99
+
100
+
52
101
  def get_version() -> str:
53
102
  """Get version from _version.py (built binary) or pyproject.toml (development)."""
54
103
  try:
@@ -193,7 +242,7 @@ def login(
193
242
  set_current: bool,
194
243
  readonly: bool,
195
244
  ) -> None:
196
- """Save SystemLink credentials to a profile.
245
+ """Create or update a SystemLink profile with credentials.
197
246
 
198
247
  This is an alias for 'slcli config add'. Use that command
199
248
  for the same functionality and more configuration options.
@@ -225,7 +274,7 @@ def login(
225
274
  @click.option("--all", "remove_all", is_flag=True, help="Remove all profiles")
226
275
  @click.option("--force", "-f", is_flag=True, help="Skip confirmation prompt")
227
276
  def logout(profile: Optional[str], remove_all: bool, force: bool) -> None:
228
- """Remove stored SystemLink credentials.
277
+ """Remove stored SystemLink profiles and credentials.
229
278
 
230
279
  By default, removes the current profile. Use --profile to remove a specific
231
280
  profile, or --all to remove all profiles.
@@ -309,7 +358,7 @@ def logout(profile: Optional[str], remove_all: bool, force: bool) -> None:
309
358
  @click.option("--format", "-f", type=click.Choice(["table", "json"]), default="table")
310
359
  @click.option("--skip-health", is_flag=True, default=False, help="Skip live service health checks.")
311
360
  def info(format: str, skip_health: bool) -> None:
312
- """Show current configuration and detected platform."""
361
+ """Show the active profile, configuration, and platform status."""
313
362
  from .profiles import ProfileConfig, get_active_profile
314
363
 
315
364
  platform_info = get_platform_info(skip_health=skip_health)
@@ -143,7 +143,7 @@ def register_mcp_commands(cli: Any) -> None:
143
143
 
144
144
  @cli.group()
145
145
  def mcp() -> None:
146
- """MCP (Model Context Protocol) server integration for AI assistants."""
146
+ """Run and configure the SystemLink MCP server for AI assistants."""
147
147
 
148
148
  @mcp.command(name="serve")
149
149
  @click.option(
@@ -629,7 +629,7 @@ def register_notebook_commands(cli: Any) -> None:
629
629
 
630
630
  @cli.group()
631
631
  def notebook() -> None: # pragma: no cover - Click wiring
632
- """Manage notebooks (init locally, manage remotely, run)."""
632
+ """Create, run, and manage SystemLink notebooks."""
633
633
  pass
634
634
 
635
635
  # ------------------------------------------------------------------
@@ -32,7 +32,7 @@ def register_policy_commands(cli: Any) -> None:
32
32
 
33
33
  @cli.group(name="auth")
34
34
  def auth() -> None:
35
- """Manage SystemLink auth policies and policy templates."""
35
+ """Manage SystemLink authorization policies and policy templates."""
36
36
  pass
37
37
 
38
38
  @auth.group(name="policy")
@@ -127,7 +127,7 @@ def register_routine_commands(cli: Any) -> None:
127
127
 
128
128
  @cli.group()
129
129
  def routine() -> None:
130
- """Manage SystemLink routines (v1: notebook scheduling, v2: event-action)."""
130
+ """Manage SystemLink routines."""
131
131
  pass
132
132
 
133
133
  # ------------------------------------------------------------------
@@ -200,7 +200,7 @@ def register_skill_commands(cli: Any) -> None:
200
200
 
201
201
  @cli.group()
202
202
  def skill() -> None:
203
- """Manage AI agent skills for most agents and Claude."""
203
+ """Install and manage AI assistant skills."""
204
204
 
205
205
  @skill.command(name="install")
206
206
  @click.option(
@@ -1263,7 +1263,7 @@ def register_spec_commands(cli: Any) -> None:
1263
1263
 
1264
1264
  @cli.group(name="spec")
1265
1265
  def spec() -> None:
1266
- """Manage specifications."""
1266
+ """Manage SystemLink specifications."""
1267
1267
  pass
1268
1268
 
1269
1269
  # -- list ---------------------------------------------------------------
@@ -120,7 +120,7 @@ def register_templates_commands(cli: Any) -> None:
120
120
  @cli.group()
121
121
  @click.pass_context
122
122
  def template(ctx: click.Context) -> None:
123
- """Manage test plan templates."""
123
+ """Manage SystemLink test plan templates."""
124
124
  # Check for platform feature availability
125
125
  # Only check if a subcommand is being invoked (not just --help)
126
126
  if ctx.invoked_subcommand is not None:
@@ -735,7 +735,7 @@ def register_testmonitor_commands(cli: Any) -> None:
735
735
 
736
736
  @cli.group()
737
737
  def testmonitor() -> None:
738
- """Commands for test monitor products and results."""
738
+ """Manage SystemLink Test Monitor products and results."""
739
739
 
740
740
  @testmonitor.group()
741
741
  def product() -> None:
@@ -893,7 +893,7 @@ def register_webapp_commands(cli: Any) -> None:
893
893
 
894
894
  @cli.group()
895
895
  def webapp() -> None: # pragma: no cover - Click wiring
896
- """Manage web applications (init/pack locally, publish/CRUD remotely)."""
896
+ """Build, publish, and manage SystemLink web applications."""
897
897
 
898
898
  @webapp.command(name="init")
899
899
  @click.argument(
@@ -431,7 +431,7 @@ def register_workitem_commands(cli: Any) -> None:
431
431
 
432
432
  @cli.group()
433
433
  def workitem() -> None:
434
- """Manage work items, templates, and workflows."""
434
+ """Manage SystemLink work items, templates, and workflows."""
435
435
 
436
436
  # -----------------------------------------------------------------------
437
437
  # workitem list
@@ -59,7 +59,7 @@ def register_workspace_commands(cli: Any) -> None:
59
59
 
60
60
  @cli.group()
61
61
  def workspace() -> None:
62
- """Manage workspaces."""
62
+ """Manage SystemLink workspaces."""
63
63
  pass
64
64
 
65
65
  @workspace.command(name="list")
File without changes