You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
I used to have a working version of apiary. However, after a recent upgrade of macOS to monterey and Ruby upgrade, it appears the apiary installation steps is now corrupted.
Whenever I run: apiary help I get the following error:
apiary help
/Users/sree/bin/apiary:5:in `<main>': uninitialized constant Apiary::CLI (NameError)
Apiary::CLI.start
^^^^^
Did you mean? CGI
I tried uninstalling and reinstalling apiaryio gems. Building the apiaryio from github branch.
I build a new version on the latest Ventura 13.0.1 (22A400), and it doesn't have an issue.
./bin/apiary help
Commands:
apiary archive # Archive All Your API Description Documents from apiary.io to local files named following [api-project-subdomain.apib] pattern.
apiary fetch --api-name=API_NAME # Fetch API Description Document from API_NAME.docs.apiary.io
apiary help [COMMAND] # Describe available commands or one specific command
apiary preview # Show API documentation in browser or write it to file
apiary publish --api-name=API_NAME # Publish API Description Document on API_NAME.docs.apiary.io (API Description must exist on apiary.io)
apiary styleguide # Check API Description Document against styleguide rules (Apiary.io pro plan is required - https://apiary.io/plans )
apiary version # Show version
I used to have a working version of apiary. However, after a recent upgrade of macOS to monterey and Ruby upgrade, it appears the apiary installation steps is now corrupted.
Whenever I run:
apiary help
I get the following error:I tried uninstalling and reinstalling
apiaryio
gems. Building theapiaryio
from github branch.System details:
Let me know if any more information is needed.
The text was updated successfully, but these errors were encountered: