Socket
Socket
Sign inDemoInstall

@codedungeon/laravel-versions-cli

Package Overview
Dependencies
364
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @codedungeon/laravel-versions-cli

laravel-versions-cli


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Laravel Versions CLI

Laravel Versions CLI

Introduction

Laravel Versions CLI provides a simple cli interface to laravel version information provided by Laravel Versions Website

Installation

Using npm

> npm install -g @codedungeon/laravel-versions-cli

Using yarn

> yarn add global @codedungeon/laravel-versions-cli

Usage

Laravel Versions CLI can be executed using laravel-versions-cli or lv. For more information, please refer to the options section below

Note: You may have an existing lv alias in your bash aliases which could override the lv alias

> laravel-versions-cli info

or using lv alias

> lv info

Options

🚧 laravel-versions-cli vX.X.X build XX
   Crafted with love by Mike Erickson ((https://github.com/mikeerickson))


🛠  info
   Get version information for all Laravel projects

Usage:
  laravel-versions-cli info <options>

Options:
  --versions, -s          Versions (multiple separate with comma) [default: v5, v6, v7, v8]
  --limit, -l             Limit number of returned items [default: 4 last major releases]
  --showFuture, -f        Show Future Releases [default: true]

Examples:
  laravel-versions-cli info
  laravel-versions-cli info --versions 8
  laravel-versions-cli info --product laravel --limit 5
  laravel-versions-cli info --product laravel,lumen
  laravel-versions-cli info --list

Flags

FlagAliasTypeDescriptionDefault
versionssstringwhich version(s) you wish to show (values separated by comma)all versions
limitlnumberlimits number of returned rows (not including future releases)4
show-futurefbooleanshow future releasestrue

Examples

Show only versions 7 and 8

> laravel-versions-cli info --versions 7,8

Show only last 4 major major

> laravel-versions-cli info --limit 4

Show only last 10 releases

> laravel-versions-cli info --limit 10

Don't inlcude future releases

> laravel-versions-cli info --show-future false

License

Copyright © 2021 Mike Erickson Released under the MIT license

Credits

laravel-versions-cli written by Mike Erickson

E-Mail: codedungeon@gmail.com

Issues: https://github.com/mikeerickson/laravel-versions-cli

Twitter: @codedungeon

Website: codedungeon.io

Keywords

FAQs

Last updated on 28 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc