File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
## AWS Robomaker Bundle Support Library
2
2
3
+ ** This API is currently under active development and should not be considered stable.**
4
+
3
5
A Library in Go that supports download and extraction of colcon-bundle format. https://github.com/colcon/colcon-bundle
4
6
7
+ ## CLI
8
+
9
+ We provide a rudimentary CLI to expose the base functionality of this library.
10
+ With ` GOMODULE11=on ` you can run it by executing:
11
+
12
+ ` go run github.com/aws-robotics/aws-robomaker-bundle-support-library/cmd/cli `
13
+
14
+ Usage:
15
+
16
+ ```
17
+ ./cli --bundle my_bundle.tar
18
+
19
+ --bundle - Path to bundle file
20
+ --prefix - Prefix to put onto the source command. This is generally used when the CLI is run
21
+ on a host, but the source command will run inside a Docker container. If you have your cache
22
+ directory mounted as '/cache' in the Docker container you should set prefix to '/cache'.
23
+
24
+ ```
25
+
5
26
## License
6
27
7
28
This library is licensed under the Apache 2.0 License.
You can’t perform that action at this time.
0 commit comments