Skip to content

[Feature] Arbitrary commands #1330

@Firesphere

Description

@Firesphere

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions