feat: sap-cli skill v2.2.0 — upload + syntax-check commands
This commit is contained in:
@@ -35,6 +35,8 @@ from sapcli.commands import (
|
||||
cmd_read_table,
|
||||
cmd_run_program,
|
||||
cmd_activate,
|
||||
cmd_upload,
|
||||
cmd_syntax_check,
|
||||
)
|
||||
from sapcli.auth import cmd_auth_login, cmd_auth_logout, cmd_auth_status
|
||||
from sapcli.exceptions import SapCliError, ConfigError
|
||||
@@ -134,6 +136,8 @@ def main() -> None:
|
||||
"check": cmd_check,
|
||||
"format": cmd_format,
|
||||
"activate": cmd_activate,
|
||||
"upload": cmd_upload,
|
||||
"syntax-check": cmd_syntax_check,
|
||||
"diff": cmd_diff,
|
||||
"package": cmd_package,
|
||||
"cds": cmd_cds,
|
||||
|
||||
Reference in New Issue
Block a user