sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| curl -v -H "store-application-id:PRIVATE_DIVISION_STORE" -H "cf-ipcountry:CA" "http://service-t2gp-contentful-service.service-withtype/en/api/getproductpage?id=buy-outer-worlds" |
If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.
| jest.mock('node-fetch', () => ({ | |
| __esModule: true, | |
| default: () => ({ | |
| json: () => ({ | |
| token: 'my-token', | |
| }), | |
| }), | |
| })); |
| lsof -i :3000 | tail -n 1 | awk '{split($0,a," "); print a[2];}' | xargs kill -9 |
Using the Contentful Export tool I noticed that you can currently run into a situation where you export assets that have no files linked which will through an error when you try to pass the exported json into the Contentful Import tool as discussed in issue 95.
As a temporary solution I wrote myselve this script that you can pipe data through to filter out these malformed assets.
cat export.json | node filter-empty-assets.js > filtered-export.json
Now you can use the filteres-export.json for your import and it should work.
| python3 -m venv ~/pyenv | |
| source ~/pyenv/bin/activate | |
| pip install awscli | |
| aws help |