Lines Matching +full:development +full:- +full:tools
1 ---
4 ---
8 `sk` is a command-line tool which provides common functionality useful for
17 Used for managing versioned non-code assets used by Skia developers and in CI.
18 These are stored in [CIPD](https://chrome-infra-packages.appspot.com/p/skia/bots)
23 * add - Add an entry for a new asset. This does not create an initial version.
24 * remove - Remove the entry for an existing asset. This does not remove uploaded
26 * download - Download the pinned version of the asset into the given directory.
27 * upload - Upload a new version of the asset and update the pinned version. If
31 * get-version - Print the pinned version of the asset.
32 * set-version - Set the pinned version of the asset. `sk` verifies that the
34 * list-versions - Print all versions of the asset which exist in CIPD.
36 ### release-branch
49 ## Development section
52 [Skia Infra repo](https://skia.googlesource.com/buildbot). Development in that
59 sub-command has an associated package.
64 [CIPD](https://chrome-infra-packages.appspot.com/p/skia/tools/sk) as part of
67 [autoroller](https://autoroll.skia.org/r/sk-tool-skia).