Sha256: 8b27a58e1b3495ea34eaf54e724d17e215f7f11b6aa5543273917b7c5782dbaf
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# Display paths list ## Prepare Add this line to your application's Gemfile: ```ruby group :development do gem 'r2-oas' end ``` ## Comamnd ``` $ bundle exec rake routes:oas:paths_ls ``` ## Example ```bash $ bundle exec rake routes:oas:paths_ls /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/user.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v1/account_user_role.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v1/user.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v1/account.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v1/task.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v1/post.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v2/custom_post.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/api/v2/post.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/task.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/rails_admin/engine.yml /Users/yukihirop/RubyProjects/r2-oas/oas_docs/src/paths/rails_admin/main.yml ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
r2-oas-0.1.2 | docs/usage/display_paths_list.md |