adapt-cli icon indicating copy to clipboard operation
adapt-cli copied to clipboard

Command line and library interface for the Adapt Framework

Results 27 adapt-cli issues
Sort by recently updated
recently updated
newest added

### Subject of the issue/enhancement/features Running `adapt update` may produce a runtime error if there are plugins not registered with bower registry being used. The cause seems to be trying...

bug

### Subject of the issue/enhancement/features We have a deprecated dependency in [`json-lint`](https://www.npmjs.com/package/json-lint) (no version bumps for 12 years). As far as I can see, it's only used for the logging...

enhancement

fixes #175 refs https://github.com/adaptlearning/adapt_framework/pull/3370 ### New * install, devinstall, update, uninstall, register, unregister and rename using npm for v6 ### Notes * install, update, devinstall and uninstall seem to be...

enhancement

So these can be handled by the AAT.

enhancement

### Subject of the issue/enhancement/features When specifying a version of a dependency in the adapt.json file, the CLI requires user input to continue with installation if there's a newer compatible...

bug

### Subject of the issue All commands should work as they currently do, except that the Adapt Framework plugins should be installed using the [npm client](https://docs.npmjs.com/) in the `src/` folder...

enhancement

otherwise the registry server is always bound to heroku platform

bug

When trying to create a blank component, I keep receiving an error message "Oh dear, something went wrong. I'm terribly sorry" Response code 404 (Not Found) I'm not quite sure...

Now that Github has changed the default branch to be called `main` instead of `master` it isn't possible to register plugins. Could we update the plugin to look for main...