diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-05-07 20:37:00 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-05-13 21:32:43 +0000 |
commit | f196019a47b27b7a686e3aa1a1e03530fef28ea2 (patch) | |
tree | eb88ccaafe9eba62c2990feb108ca80fc1ce1573 /NEWS | |
parent | c3198f5e4e8ff45ac9be19215f575a54e2180de4 (diff) | |
download | buildstream-f196019a47b27b7a686e3aa1a1e03530fef28ea2.tar.gz |
_frontend/cli: Support "build" and "run" values for `artifact pull --deps`
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ CLI o `bst shell --build` will now automatically fetch missing sources. o `bst build --deps` now also accepts "build" as an input. o `bst source fetch --deps` now also accepts "build" and "run" as inputs. + o `bst artifact pull --deps` now also accepts "build" and "run" as inputs. Format |