@jupiterone/cli
Advanced tools
Changelog
13.5.0 - 2024-08-20
application/x-www-form-urlencoded
Changelog
13.4.0 - 2024-08-14
GraphObjectIterateeOptions
to
jobState.iterateEntities() and jobState.iterateRelationships() that allows a
concurrency option to be specified. The options parameters is passed to in
memory and the file based object stores. Example:await jobState.iterateEntities(
{ _type: EcrEntities.ECR_IMAGE._type },
async (image) => {
...
},
{ concurrency: 5 },
);
Changelog
13.3.0 - 2024-08-07
toMatchEntityStepMetadata
Jest matcher for validating step results
against the live production data model schema.toMatchDataModelSchema
Jest matcher for validating entities against
the live production data model schema.toMatchStepMetadata
method in favor of
toMatchEntityStepMetadata
.toMatchGraphObjectSchema
method in favor of
toMatchDataModelSchema
.Changelog
13.2.0 - 2024-07-11
Changelog
13.1.4 - 2024-07-10
Changelog
13.1.2 - 2024-07-05
terminalStatus
in the /abort
sync API endpoint.Changelog
13.1.1 - 2024-07-02
iterateEntities
and
iterateRelationships
.Changelog
13.1.0 - 2024-07-02
createIntegrationHelpers
.Changelog
13.0.0 - 2024-06-24
Changelog
12.8.3 - 2024-06-11