Lines Matching refs:asset
14 Each asset has its own subdirectory with the following contents:
15 * VERSION: The current version number of the asset.
16 … [optional] create.py: Script which creates the asset, implemented by the user and called by `sk …
17 …r-implemented convenience script which wraps `sk asset upload` in whatever way makes sense for the…
23 Add a new asset and upload an initial version.
26 $ sk asset add myasset
27 Do you want to add a creation script for this asset? (y/n): n
28 $ sk asset upload --in ${MY_ASSET_LOCATION} myasset
32 Add an asset whose creation can be automated.
35 $ sk asset add myasset
36 Do you want to add a creation script for this asset? (y/n): y
37 …nfra/bots/assets/myasset/create.py; you will need to add implementation before uploading the asset.
40 $ sk asset upload myasset