Lines Matching refs:assets
4 This directory contains tooling for managing assets used by the bots. The
5 primary entry point is assets.py, which allows a user to add, remove, upload,
6 and download assets.
28 $ infra/bots/assets/assets.py add myasset
29 Creating asset in infra/bots/assets/myasset
30 Creating infra/bots/assets/myasset/download.py
31 Creating infra/bots/assets/myasset/upload.py
32 Creating infra/bots/assets/myasset/common.py
34 $ infra/bots/assets/myasset/upload.py -t ${MY_ASSET_LOCATION}
41 $ infra/bots/assets/assets.py add myasset
43 $ vi infra/bots/assets/myasset/create.py
45 $ infra/bots/assets/myasset/create_and_upload.py