Skip to content

Commit

Permalink
feat: existing asset bundle commands use new lambda function ab-admin (
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman authored Aug 26, 2024
1 parent a604d88 commit e4ac0c1
Show file tree
Hide file tree
Showing 7 changed files with 5,375 additions and 1,516 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,36 @@ npx @dcl/opscli queue-ab-conversion \
--pointer "110,10" \
--cid "110,10" \
--token <ACCESS_TOKEN> \
[--ab-server https://asset-bundle-converter.decentraland.org] \
[--platform webgl] \
[--platform mac] \
[--platform windows] \
[--ab-server https://ab-admin.decentraland.org] \
[--content-server https://peer.decentraland.org/content]
```
> If no platform is specified, it runs for all platforms. Also, more than one can be specified at a time.
> For dev, use `--ab-server https://ab-admin.decentraland.zone`.
### Schedule asset bundle conversion of all worlds
```
npx @dcl/opscli queue-ab-conversion-snapshot \
--snapshot worlds \
[--platform webgl] \
[--platform mac] \
[--platform windows] \
--token <ACCESS_TOKEN> \
[--ab-server https://asset-bundle-converter.decentraland.org]
[--ab-server https://ab-admin.decentraland.org]
```

### Schedule asset bundle conversion of specific world by name
### Schedule asset bundle conversion of a specific world by name
```
npx @dcl/opscli queue-ab-conversion-snapshot \
--snapshot worlds \
[--platform webgl] \
[--platform mac] \
[--platform windows] \
--token <ACCESS_TOKEN> \
[--ab-server https://asset-bundle-converter.decentraland.org]
[--ab-server https://ab-admin.decentraland.org]
[--world-name <world-name.dcl.eth>]
```

Expand All @@ -46,11 +58,14 @@ npx @dcl/opscli queue-ab-conversion-snapshot \
```
npx @dcl/opscli queue-ab-conversion-about \
--token <ACCESS_TOKEN> \
[--platform webgl] \
[--platform mac] \
[--platform windows] \
--about-url https://sdk-team-cdn.decentraland.org/ipfs/goerli-plaza-main/about \
[--ab-server https://asset-bundle-converter.decentraland.org]
[--ab-server https://ab-admin.decentraland.org]
```

### Check status of conversion
### Check the status of conversion

```
npx @dcl/opscli check-ab-conversion \
Expand Down
Loading

0 comments on commit e4ac0c1

Please sign in to comment.