-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Description
Is your feature request related to a problem? Please describe
Certain operations, such as Postgres, allow execution of arbitrary SQL. Apt operations does not have such a feature to get arbitrary commands executed.
Describe the solution you'd like
A feature like apt.command()
, in which a user could run e.g. apt clean
via apt.command(cmd="clean")
This would probably be expanded to other operations, so e.g. pip
would have pip.command(cmd="check")
to run the pip check
command.
Of course this feature would be "unsupported", as the team can't control what the users throw at it, but it would give some freedom of movement around certain operations.
Metadata
Metadata
Assignees
Labels
No labels