-
Notifications
You must be signed in to change notification settings - Fork 44
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
[#1265] Merge cheatsheet from introduction into reference #1277
[#1265] Merge cheatsheet from introduction into reference #1277
Conversation
docs/docs/cli/reference.md
Outdated
| `airy api signup` | Creates a default user | | ||
| `airy api login` | Returns a valid jwt token | | ||
| `airy api login` | Returns a valid jwt token | | ||
| `airy --help` | Prints all available commands with parameters | |
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 file is auto generated so this will break the build.
But the actual plan for this issue was to remove the cheat sheet all together (I know it was not clear from the issue... but I "forgot" to comment there... and I assumed I'd do this myself :)) so fortunately the fix is pretty simple. We keep all the other changes you make (because they're good!) and revert changes to this file.
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.
As per comment, we have to revert changes to the reference file
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.
Fixess #1265