File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ For the second item you can check the version [here](https://hub.docker.com/r/bi
5353
5454First, you should create a virtual environment and install all the required dependencies by running: ` pipenv install --dev ` .
5555
56- If you don't have ` pipenv ` in your system, you can check the following documentation: https://pipenv.pypa.io/en/latest/install/#installing -pipenv
56+ If you don't have ` pipenv ` in your system, you can check the following documentation: https://pipenv.pypa.io/en/latest/#install -pipenv-today
5757
5858Once you have everything in place, install the CLI as an editable package inside the virtual environment: ` pipenv install -e . `
5959
Original file line number Diff line number Diff line change 44#pylint: disable=wrong-import-position
55
66__version__ = "0.0.0"
7- __toolbox_version__ = "1.2.7-0.1.0 "
7+ __toolbox_version__ = "1.2.7-0.1.6 "
88
99import sys
1010from shutil import which
Original file line number Diff line number Diff line change 4545 "management" : {
4646 "global" : [
4747 "base-identities" ,
48- "organizations"
48+ "organizations" ,
49+ "sso"
4950 ],
5051 "primary_region" : [
5152 "base-tf-backend" ,
You can’t perform that action at this time.
0 commit comments