Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin-ai): Create project file structure with base command API client configuration #1

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

sbosio
Copy link
Contributor

@sbosio sbosio commented Sep 13, 2024

Description

Here we initialize the project file structure with boilerplate code from OClif plugin scaffold generation modified to make it compatible with Node 16 and our current CLI release version (9.x).

Test procedure

There's no way to test right now until we have implemented some commands. The base command is tested through unit tests on the different options for the client API configuration:

  • Commands that don't take a model instance as argument.
  • Commands that take a model instance as argument.
  • User scenarios with unrestricted and restricted access to add-ons and attachments.

Copy link
Contributor

@zwhitfield3 zwhitfield3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work here @sbosio!

@sbosio sbosio merged commit 6aecaed into main Sep 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants