AI-powered manufacturing inventory harmonization platform deployed on GCP (europe-west3).
flowchart TB
subgraph Users["👤 Users"]
Portal["Portal<br/>portal.resourcly.com"]
Admin["Admin Dashboard"]
end| #!/usr/bin/env bash | |
| # Usage: | |
| # echo '{"ingress_name": "my-ingress-name"}' | sh get-ingress-data.sh | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| function parse_input() { |
| #!/usr/bin/env sh | |
| set -o errexit | |
| set -o nounset | |
| set -o pipefail | |
| # curl git bash vim | |
| curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | |
| https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |