swift-outdated icon indicating copy to clipboard operation
swift-outdated copied to clipboard

A swift subcommand for displaying when your dependencies (SwiftPM or Xcode) are out of date

Results 11 swift-outdated issues
Sort by recently updated
recently updated
newest added

If Xcode project has a dependency with SSH link (`[email protected]:team/private_repo`) and SSH key to this host is protected with password, `swift outdated` command get stuck. Most likely, it awaits for...

See https://docs.brew.sh/Formula-Cookbook#basic-instructions

If running as an Xcode Run Script Phase, swift-outdated should cache the fetched tags for a short while so it doesn't affect build times all too much.

SPM support registries therefore it would be nice to have the registry ID (instead of the url) listed in the output. example: ``` % swift outdated | Package | Current...

It would be great to use this tool via [pre-commit](https://pre-commit.com) - its a very useful orchestrator.

As the title say, it would be great to have a flag like `--update` to actually perform the update

Would be great to set up two things: - Build the project and test it against some sample data on every push - Auto-update homebrew (as in `brew bump-formula-pr`) on...

One of packages in my project is a private GitHub repository. If this package is present in list of dependencies the command freezes with `Username for 'https://github.com'` printed to console....

Some of the dependencies in my project are a fork of another project. It would be very neat to have an option that would allow me to follow a fork...