-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add frigg start
command
#349
base: license-update
Are you sure you want to change the base?
Add frigg start
command
#349
Conversation
Update tests, basic for now. Migrate the backend-js and commit-changes helper functions over. TODO: [] Likely need to make sure we've updated so that we're looking for either index or backend.js [] Likely need to be js or ts agnostic [] Likely need to assert that the output of the backend or index.js files/modules are properly formatted/confirm that they're what we want. [] Not sure how this works with ts.
… of renaming) for frigg-cli directory structure.
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @seanspeaks and the rest of your teammates on Graphite |
1 similar comment
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @seanspeaks and the rest of your teammates on Graphite |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
frigg start
command. Update tests, basic for now. Migrate the backend-js and commit-changes helper functions over. TODO: [] Likely need to make sure we've updated so that we're looking for either index or backend.js [] Likely need to be js or ts agnostic [] Likely need to assert that the output of the backend or index.js files/modules are properly formatted/confirm that they're what we want. [] Not sure how this works with ts.frigg start
command
Update the CLI to include the new
frigg start
command.Update tests, basic for now.
Migrate the backend-js and commit-changes helper functions over.
TODO:
Remove old CLI files for restructure and some removal
Added helper functions and migrated from prior setup (basically, lots of renaming) for frigg-cli directory structure.
The changes include:
start
command to the CLIindex.js
file to include the new commandstart-command
directory with anindex.js
file for the start command implementationinstall
command files into aninstall-command
directoryenvironmentVariables.test.js
file and replacing it with a new one in theinstall-command
directory