package outdated

Aliases: 
  • outdated
  •  
    Parameters:
    Name Type Required Default Hint
    verbose boolean false false Outputs additional information about each package
    JSON boolean false false Outputs results as JSON

    Command Usage

    Verifies versions of all dependencies of a package recursivley. Run this command from the root of the package.
    Package installed from HTTP(S) and Git endpoints will always show as outdated.

    outdated
    Get additional details with the --verbose flag
    outdated --verbose
    Get output in JSON format with the --JSON flag. JSON output always includes verbose details
    outdated --JSON