Giter VIP home page Giter VIP logo

search's Introduction

search.sh

Простой скрипт на bash, для поиска переменных окружения в kubernetes/openshift

Зависимости

Описание доступных действий

Commands:
  ./search.sh [SEARCH_WORD] [OPTIONS] # Выполнить поиск по названию переменной в деплойментах
  ./search.sh help                    # Отображение справки
  ./search.sh update                  # Обновление скрипта
  ./search.sh version                 # Отображение версии

Options:
  [--json]  # Отобразить найденные данные в json

System environments:
  CONTEXT    # Какой kube-context использовать (по умолчанию current-context)
  NAMESPACE  # Какой kube-namespace использовать (по умолчанию current-context.namespace)
  APPROVE    # Автоматический approve без ожидания ввода

Examples:
  ./search.sh help

  ./search.sh update

  ./search.sh version

  ./search.sh "KEYCLOAK_"

  ./search.sh "KEYCLOAK_" --json

  CONTEXT=context-name ./search.sh "KEYCLOAK_"

  CONTEXT=context-name NAMESPACE=namespace-name ./search.sh "KEYCLOAK_"

  APPROVE=true ./search.sh "KEYCLOAK_"

search's People

Contributors

nayls avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.