The phylum project status command differs from other commands in that it does not allow a project and group to be specified in order to run without a .phylum_project file in place.
Currently, when a .phylum_project file is missing, the phylum project status command states ✅ No project set or provides {} when --json is supplied. The project/group pair may indeed exist even if the local .phylum_project file does not.
Allowing to specify a project/group pair will enable querying for project status in environments where the Phylum project file is not expected to exist (e.g., CI ecosystems).
Acceptance Criteria
[ ] phylum project status allows for specifying a project and group
Overview
The
phylum project status
command differs from other commands in that it does not allow a project and group to be specified in order to run without a.phylum_project
file in place.Currently, when a
.phylum_project
file is missing, thephylum project status
command states✅ No project set
or provides{}
when--json
is supplied. The project/group pair may indeed exist even if the local.phylum_project
file does not.Allowing to specify a project/group pair will enable querying for project status in environments where the Phylum project file is not expected to exist (e.g., CI ecosystems).
Acceptance Criteria
phylum project status
allows for specifying a project and group