-
Notifications
You must be signed in to change notification settings - Fork 189
Feat node cli #311
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 node cli #311
Conversation
@christyjacob4 please sync with |
Updates readme file with temp brew instructions
"functions": `The functions command allows you view, create and manage your Cloud Functions.`, | ||
"health": `The health command allows you to both validate and monitor your {{ spec.title|caseUcfirst }} server's health.`, | ||
"init": `The init command helps you initialize your {{ spec.title|caseUcfirst }} project, functions and collections`, | ||
"locale": `The locale command allows you to customize your app based on your users' location.`, |
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.
Can we generate some of this block?
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.
Unfortunately the description of the services is not part of the swagger spec. Unless we add it to the spec itself, it doesn't seem like we can generate this .
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.
I was sure we did it. See the tags
attribute here: https://raw.githubusercontent.com/appwrite/appwrite/master/app/config/specs/swagger2-0.12.x-server.json
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.
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.
These descriptions are for the entire service as a whole
Improved CLI flow and features
…or into feat-node-cli
…or into feat-node-cli
No description provided.