Skip to content

Commit

Permalink
more changes from fides_cli to fidesctl
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas La Piana committed Jun 16, 2021
1 parent 422bafb commit bc69123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Twine Upload
run: |
cd fides_cli/
cd fidesctl/
python setup.py sdist
twine upload dist/*
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Fides ships with default data taxonomies that include standard examples, but in

#### Creating objects

1. Create the necessary objects (reference the sample manifest files in the `fides_cli/data/samples/`)
1. Create the necessary objects (reference the sample manifest files in the `fidesctl/data/samples/`)
1. `fidesctl apply <manifest_dir>/` to create the objects defined in that directory. This will create all objects _except_ for any systems contained within the manifest files.

## Rating your Systems
Expand Down
4 changes: 2 additions & 2 deletions fidesctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN pip install -r requirements.txt
RUN pip install -r dev-requirements.txt

# Copy in the application files and install it locally
COPY . /fides_cli
WORKDIR /fides_cli
COPY . /fidesctl
WORKDIR /fidesctl
RUN pip install -e .

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion fidesctl/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
VCS = git
style = pep440
versionfile_source = src/fidesctl/_version.py
versionfile_build = fides_cli/_version.py
versionfile_build = fidesctl/_version.py
tag_prefix =
parentdir_prefix =

0 comments on commit bc69123

Please sign in to comment.