-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Overview
Add a subcommand cp
to copy files to the specified directory.
Why is the feature needed?
Please explain the problem you want to solve.
This is useful to execute tools without aqua.
Especially, this is useful to install tools in Docker images.
Does the feature include Breaking Changes?
No.
Example Code
command and configuration
$ aqua cp [-o <target directory>] command [command ...]
e.g.
$ aqua cp terraform reviewdog actionlint
By default, files are copied at dist
directory.
Reference
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request