Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn AdvancedInstallPackage command (and more?) into ApplicationCommand for CLI #1071

Closed
FichteFoll opened this issue Jan 23, 2016 · 1 comment

Comments

@FichteFoll
Copy link
Collaborator

ApplicationCommands can be invoked via CLI. This would allow installation of packages from outside of the Sublime Text application. It isn't tied to a window anyway.

Potential issues: I don't know if Sublime Text will wait for all plugins to load before executing the command it was passed in the command line when that command started ST itself. It should work while ST is running however.

@FichteFoll
Copy link
Collaborator Author

Other candidates:

  • Add-/Remove Repository/Channel
  • AdvancedRemovePackage (as new command)
  • Upgrade/Overwrite All Packages (probably not, as well as Update Package)
  • Disable/Enable Package
  • Satisfy Dependencies

@FichteFoll FichteFoll changed the title Make AdvancedInstallPackages an ApplicationCommand Turn AdvancedInstallPackages command (and more?) into ApplicationCommand for CLI Jan 23, 2016
@FichteFoll FichteFoll changed the title Turn AdvancedInstallPackages command (and more?) into ApplicationCommand for CLI Turn AdvancedInstallPackage command (and more?) into ApplicationCommand for CLI Jan 23, 2016
@deathaxe deathaxe added this to the Package Control 4.0 milestone Oct 23, 2022
@deathaxe deathaxe closed this as completed Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants