i2 Analyze Deployment Tooling

    Show / Hide Table of Contents

    analyze-deployment-tooling wrapper scripts

    The analyze-deployment-tooling wrapper scripts are a version of the analyze-deployment-tooling commands that can be used from outside of the VS Code dev container or the analyze-deployment-tooling installation directory.

    Installing the wrapper scripts

    To install the wrapper scripts you must:

    • Run the bootstrap command to install analyze-deployment-tooling
    • Set the ANALYZE_CONTAINERS_ROOT_DIR environment variable to the location where analyze-deployment-tooling is installed
    • Run the install-wrappers command

    The install-wrappers command installs the wrapper scripts in the location that you provide for the -p argument.

    In your terminal (WSL on Windows), run the following commands to set the ANALYZE_CONTAINERS_ROOT_DIR to the location of your analyze-deployment-tooling installation and install the wrapper scripts to the specified directory.

    For example:

    cd /home/<user-name>/analyze-deployment-tooling
    export ANALYZE_CONTAINERS_ROOT_DIR="/home/<user-name>/analyze-deployment-tooling"
    ./run-util-script install-wrappers -p /home/<user-name>/wrappers
    

    Using the wrapper scripts

    To use the wrapper scripts, call the scripts from where you installed them.

    For example, to deploy a config named config-development run:

    /home/<user-name>/wrappers/scripts/deploy -c config-development
    
    Back to top © N. Harris Computer Corporation