-
Notifications
You must be signed in to change notification settings - Fork 171
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 create resources #848
Conversation
# Conflicts: # templates/cli/base/params.twig
…-resources # Conflicts: # templates/cli/lib/commands/init.js.twig # templates/cli/lib/questions.js.twig
# Conflicts: # templates/cli/lib/questions.js.twig
Feat pull function
# Conflicts: # templates/cli/index.js.twig # templates/cli/lib/commands/generic.js.twig
chore(cli): Allowing the use of `deploy` like `push`
refactor(cli): Changing commands from singular to plural when applicable
feat(cli): Creating function from all available templates
# Conflicts: # templates/cli/lib/commands/push.js.twig
await projectsUpdate({ | ||
projectId: localConfig.getProject().projectId, | ||
name: localConfig.getProject().projectName, | ||
parseOutput: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also push the project settings right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. But pushing is done manually per service and auth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes them self for pushing are in the other PR
|
||
localConfig.setProject(response['$id'], response.name); | ||
} else { | ||
localConfig.setProject(answers.project.id, answers.project.name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we also get the project settings and set them too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a question
What does this PR do?
Interactive resources adding.
Already exists
Added
Test Plan
Tested against Appwrite version
1.5.5