Skip to content

Commit d0f958c

Browse files
committed
Cleanup a few more goldfig -> introspector
1 parent 713518e commit d0f958c

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Developer Certificate of Origin + License
2-
All contributions are subject to the following developer certificate of origin and license terms: https://developercertificate.org/ This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
2+
3+
All contributions are subject to the following developer certificate of origin and license terms: https://developercertificate.org/ This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
34

45
# Gold Fig development environment
5-
git clone https://github.com/goldfiglabs/goldfig.git
6+
7+
git clone https://github.com/goldfiglabs/introspector.git
68

79
## Prerequisites
10+
811
Mac
12+
913
```
1014
brew update
1115
brew doctor
@@ -14,20 +18,20 @@ brew services start postgresql
1418
brew install pyenv
1519
brew install pipenv
1620
aws configure
17-
gcloud login
1821
```
1922

2023
Linux
24+
2125
```
2226
sudo apt-get update
2327
sudo apt-get install postgresql
2428
pip install pipenv
2529
pyenv install 3.7.7
2630
aws configure
27-
gcloud login
2831
```
2932

3033
## Getting started
34+
3135
Bootstrap in to correct environment. Also be sure to rerun these any time your pull down updates.
3236

3337
```
@@ -38,7 +42,6 @@ pipenv shell
3842
## Short-circuit imports to reset or remap
3943

4044
```
41-
$ ./goldfig.py account aws remap -i <import_job_id>
42-
$ ./goldfig.py debug reset -p <account_provider_id>
45+
$ ./introspector.py account aws remap -i <import_job_id>
46+
$ ./introspector.py debug reset -p <account_provider_id>
4347
```
44-

0 commit comments

Comments
 (0)