-
Notifications
You must be signed in to change notification settings - Fork 70
Conversation
README.md
Outdated
apiary archive | ||
|
||
Options: | ||
[--output=FILE] # Write API Description Document into specified 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.
If I read the code correctly this doesn't seem to be supported.
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 will try remove this option.
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.
Do you think that make sense make some output path option there?
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 removed this option now.
README.md
Outdated
@@ -57,7 +57,7 @@ export APIARY_API_KEY=<your_token> | |||
``` | |||
$ apiary help | |||
Commands: | |||
apiary archive # Archive All Your API Description Documents from apiary.io | |||
apiary archive # Archive All Your API Description Documents from apiary.io. Going to be written to files named as API project subdomain. |
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.
apiary archive # Archive All Your API Description Documents from apiary.io. Going to be written to files named as API project subdomain. | |
apiary archive # Archive All Your API Description Documents from apiary.io to local files named following [api-project-subdomain.apib] pattern. |
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.
ok, this is better, updating.
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.
New command list all yours API project in Apiary and save them to local file in folder where you execute command.
File ended as
apib
- don't detect if is Swagger or API Blueprint