v0.16.22
api.py
:
- enabled namespace, name, and snapshot ID filtering for method repository listings
- new command
whoami
returns FireCloud user id
fiss.py
:
- updated listing calls (
method_list
,config_list
) to enable new filters - calls to listings updated to use filters when appropriate
- new command
set_config_acl
for setting ACLs on configs in the methods repo - added capability to set method and config ACLs for groups
meth_list
andmeth_exists
commands updated to use argumentmethod
instead ofname
to be consistent with the rest of the CLI.config_list
updated to work on methods repo when user has a default workspace defined in their~/.fissconfig
setup.py
:
- google-auth updated to use current release
__init__.py
:
- Added warning filter to silence application default warning
Makefile
:
publish
updated to usetwine