@jupiterone/cli
Advanced tools
Changelog
6.13.0 - 2021-07-28
_type
's and the number of times that
each _type
has been encounteredChangelog
6.12.0 - 2021-07-27
@jupiterone/data-model
to expose Problem
entity schema.Changelog
6.11.1 - 2021-07-23
yarn j1-integration visualize-types
command.Changelog
6.11.0 - 2021-07-14
dependencyGraphOrder
property to the InvocationConfig and a
dependencyGraphId
property to the StepMetadata which togeather can be used
to create multiple ordered dependency graphs per execution.Changelog
6.10.0 - 2021-07-09
@jupiterone/data-model
to incorporate RelationshipClass.PUBLISHED
Changelog
6.9.0 - 2021-07-06
deleteData()
for jobState Usage:
await jobState.setData('abc', true);
await jobState.getData('abc'); // true
await jobState.deleteData('abc'); // void
await jobState.getData('abc'); // undefined
development
option to j1-integration sync
command.j1-integration compare
command. Developers should use
j1-integration diff
in its place.Changelog
6.8.0 - 2021-06-29
j1-integration diff
command to ouptut colorized diffs of old/new
integrations.Changelog
6.7.0 - 2021-06-10
@jupiterone/data-model@^0.30.0
toTargetEntities()
jest matcher for mapped relationship validation.
Usage:
expect([mappedRel1, mappedRel2]).toTargetEntities([
entity1,
entity2,
entity3,
]);
findEntity
to accept string | undefined
.Changelog
6.6.0 - 2021-06-010
@jupiterone/data-model@^0.28.0
compare
sub command.compare
relationship key tracking.compare
.