# Script to update Youtube channel CMS account.
This script will update Youtube channel CMS account.

### Installation
```
cp .env.shadow .env
```
Update the art_relations database credentials in `.env`.

### Running the script
```
docker compose run --rm --build app <youtube_channel_id> <youtube_channel_cms_account_id>
```

Example:
```
docker compose run --rm --build app UCD9aayaoRKSzV8QtUvq8ehw 1
```

### Development

Run linting and tests:
```
docker compose run --rm --build lint-and-test
```

Format code:
```
docker compose run --rm --build format
```
