Sha256: 2a160e8c26e70f1d58f67d541753e60e2911e96405fd11d80159ab1c25bfad8b
Contents?: true
Size: 594 Bytes
Versions: 1
Compression:
Stored size: 594 Bytes
Contents
# ApiDeploy ## Console tools ### LDAP Opens a ruby shell with a ldap query object ``` $> VP='vault_pass' NAP_BIND_USER='' NAP_BIND_PASS='' YOOX_BIND_USER='' YOOX_BIND_PASS='' make ldap [1] pry(main)> ldap.user 'hawkinsf' .... [1] pry(main)> ldap.group 'cicd' ... ``` ### Shell Opens a bash shell in the api_deployer ``` $> VP='vault_pass' make shell $> ``` ### Interactive Opens a ruby shell in the api_deployer ``` $> VP='vault_pass' make interactive [1] pry(main)> ``` ### Apply restrictions Applies bitbucket repo restrictions ``` $> VP='vault_pass' make apply_restrictions ... ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_deploy-0.1.0 | README.md |