@ogment-ai/cli 0.6.0 → 0.7.0

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 (108) hide show
  1. package/dist/cli.js +21382 -4
  2. package/dist/cli.js.map +1 -0
  3. package/package.json +46 -53
  4. package/README.md +0 -134
  5. package/dist/cli/commands.d.ts +0 -37
  6. package/dist/cli/commands.d.ts.map +0 -1
  7. package/dist/cli/commands.js +0 -56
  8. package/dist/cli/execute.d.ts +0 -11
  9. package/dist/cli/execute.d.ts.map +0 -1
  10. package/dist/cli/execute.js +0 -468
  11. package/dist/cli/invocations.d.ts +0 -31
  12. package/dist/cli/invocations.d.ts.map +0 -1
  13. package/dist/cli/invocations.js +0 -1
  14. package/dist/cli/parse-errors.d.ts +0 -17
  15. package/dist/cli/parse-errors.d.ts.map +0 -1
  16. package/dist/cli/parse-errors.js +0 -184
  17. package/dist/cli/program.d.ts +0 -10
  18. package/dist/cli/program.d.ts.map +0 -1
  19. package/dist/cli/program.js +0 -174
  20. package/dist/cli/run.d.ts +0 -6
  21. package/dist/cli/run.d.ts.map +0 -1
  22. package/dist/cli/run.js +0 -83
  23. package/dist/cli/runtime.d.ts +0 -21
  24. package/dist/cli/runtime.d.ts.map +0 -1
  25. package/dist/cli/runtime.js +0 -80
  26. package/dist/cli.d.ts +0 -4
  27. package/dist/cli.d.ts.map +0 -1
  28. package/dist/commands/auth.d.ts +0 -19
  29. package/dist/commands/auth.d.ts.map +0 -1
  30. package/dist/commands/auth.js +0 -21
  31. package/dist/commands/catalog.d.ts +0 -31
  32. package/dist/commands/catalog.d.ts.map +0 -1
  33. package/dist/commands/catalog.js +0 -167
  34. package/dist/commands/context.d.ts +0 -15
  35. package/dist/commands/context.d.ts.map +0 -1
  36. package/dist/commands/context.js +0 -1
  37. package/dist/commands/invoke.d.ts +0 -17
  38. package/dist/commands/invoke.d.ts.map +0 -1
  39. package/dist/commands/invoke.js +0 -173
  40. package/dist/commands/server-context.d.ts +0 -14
  41. package/dist/commands/server-context.d.ts.map +0 -1
  42. package/dist/commands/server-context.js +0 -26
  43. package/dist/commands/status.d.ts +0 -12
  44. package/dist/commands/status.d.ts.map +0 -1
  45. package/dist/commands/status.js +0 -5
  46. package/dist/index.d.ts +0 -4
  47. package/dist/index.d.ts.map +0 -1
  48. package/dist/index.js +0 -3
  49. package/dist/infra/credentials.d.ts +0 -22
  50. package/dist/infra/credentials.d.ts.map +0 -1
  51. package/dist/infra/credentials.js +0 -74
  52. package/dist/infra/env.d.ts +0 -15
  53. package/dist/infra/env.d.ts.map +0 -1
  54. package/dist/infra/env.js +0 -100
  55. package/dist/infra/http.d.ts +0 -16
  56. package/dist/infra/http.d.ts.map +0 -1
  57. package/dist/infra/http.js +0 -84
  58. package/dist/output/envelope.d.ts +0 -22
  59. package/dist/output/envelope.d.ts.map +0 -1
  60. package/dist/output/envelope.js +0 -67
  61. package/dist/output/manager.d.ts +0 -47
  62. package/dist/output/manager.d.ts.map +0 -1
  63. package/dist/output/manager.js +0 -120
  64. package/dist/services/account.d.ts +0 -16
  65. package/dist/services/account.d.ts.map +0 -1
  66. package/dist/services/account.js +0 -75
  67. package/dist/services/auth.d.ts +0 -37
  68. package/dist/services/auth.d.ts.map +0 -1
  69. package/dist/services/auth.js +0 -270
  70. package/dist/services/info.d.ts +0 -24
  71. package/dist/services/info.d.ts.map +0 -1
  72. package/dist/services/info.js +0 -316
  73. package/dist/services/mcp-error-mapping.d.ts +0 -9
  74. package/dist/services/mcp-error-mapping.d.ts.map +0 -1
  75. package/dist/services/mcp-error-mapping.js +0 -129
  76. package/dist/services/mcp.d.ts +0 -39
  77. package/dist/services/mcp.d.ts.map +0 -1
  78. package/dist/services/mcp.js +0 -169
  79. package/dist/shared/constants.d.ts +0 -5
  80. package/dist/shared/constants.d.ts.map +0 -1
  81. package/dist/shared/constants.js +0 -6
  82. package/dist/shared/error-codes.d.ts +0 -31
  83. package/dist/shared/error-codes.d.ts.map +0 -1
  84. package/dist/shared/error-codes.js +0 -25
  85. package/dist/shared/error-presentation.d.ts +0 -17
  86. package/dist/shared/error-presentation.d.ts.map +0 -1
  87. package/dist/shared/error-presentation.js +0 -151
  88. package/dist/shared/errors.d.ts +0 -146
  89. package/dist/shared/errors.d.ts.map +0 -1
  90. package/dist/shared/errors.js +0 -233
  91. package/dist/shared/exit-codes.d.ts +0 -15
  92. package/dist/shared/exit-codes.d.ts.map +0 -1
  93. package/dist/shared/exit-codes.js +0 -44
  94. package/dist/shared/guards.d.ts +0 -11
  95. package/dist/shared/guards.d.ts.map +0 -1
  96. package/dist/shared/guards.js +0 -29
  97. package/dist/shared/recovery.d.ts +0 -5
  98. package/dist/shared/recovery.d.ts.map +0 -1
  99. package/dist/shared/recovery.js +0 -123
  100. package/dist/shared/schema-example.d.ts +0 -3
  101. package/dist/shared/schema-example.d.ts.map +0 -1
  102. package/dist/shared/schema-example.js +0 -105
  103. package/dist/shared/schemas.d.ts +0 -14
  104. package/dist/shared/schemas.d.ts.map +0 -1
  105. package/dist/shared/schemas.js +0 -14
  106. package/dist/shared/types.d.ts +0 -225
  107. package/dist/shared/types.d.ts.map +0 -1
  108. package/dist/shared/types.js +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.