James Ennis pushed to branch jennis/migrate_pull_push_commands at BuildStream / buildstream
Commits:
-
8ff799cb
by James Ennis at 2019-01-08T15:22:52Z
1 changed file:
Changes:
| ... | ... | @@ -950,7 +950,7 @@ def artifact(): |
| 950 | 950 |
@click.argument('elements', nargs=-1,
|
| 951 | 951 |
type=click.Path(readable=False))
|
| 952 | 952 |
@click.pass_obj
|
| 953 |
-def pull(app, elements, deps, remote):
|
|
| 953 |
+def artifact_pull(app, elements, deps, remote):
|
|
| 954 | 954 |
"""Pull a built artifact from the configured remote artifact cache.
|
| 955 | 955 |
|
| 956 | 956 |
By default the artifact will be pulled one of the configured caches
|
| ... | ... | @@ -985,7 +985,7 @@ def pull(app, elements, deps, remote): |
| 985 | 985 |
@click.argument('elements', nargs=-1,
|
| 986 | 986 |
type=click.Path(readable=False))
|
| 987 | 987 |
@click.pass_obj
|
| 988 |
-def push(app, elements, deps, remote):
|
|
| 988 |
+def artifact_push(app, elements, deps, remote):
|
|
| 989 | 989 |
"""Push a built artifact to a remote artifact cache.
|
| 990 | 990 |
|
| 991 | 991 |
The default destination is the highest priority configured cache. You can
|
