Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transcend-io/cli

Package Overview
Dependencies
Maintainers
0
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/cli - npm Package Versions

1
27

5.0.0

Diff

Changelog

Source

[5.0.0] - 2024-04-23

Changed

  • Added support for encrypted identifiers to tr-manual-enricher-pull-identifiers command.

    • Now that this command is using Sombra to decrypt request identifiers, you may need to provide the --sombraAuth argument. It's required when using self-hosted Sombra, but not for multi-tenant.
    Before:
      yarn tr-manual-enricher-pull-identifiers --auth=$TRANSCEND_API_KEY  \
        --actions=ERASURE \
        --file=/Users/michaelfarrell/Desktop/test.csv
    
    Now:
      yarn tr-manual-enricher-pull-identifiers --auth=$TRANSCEND_API_KEY  \
        --sombraAuth=$SOMBRA_INTERNAL_KEY \
        --actions=ERASURE \
        --file=/Users/michaelfarrell/Desktop/test.csv
    
  • Added support for encrypted identifiers to tr-request-export command.

    • Now that this command is using Sombra to decrypt request identifiers, you may need to provide the --sombraAuth argument. It's required when using self-hosted Sombra, but not for multi-tenant.
    Before:
      yarn tr-request-export --auth=$TRANSCEND_API_KEY  \
        --actions=ERASURE \
        --file=/Users/michaelfarrell/Desktop/test.csv
    
    Now:
      yarn tr-request-export --auth=$TRANSCEND_API_KEY  \
        --sombraAuth=$SOMBRA_INTERNAL_KEY \
        --actions=ERASURE \
        --file=/Users/michaelfarrell/Desktop/test.csv
    
  • Added support for encrypted identifiers to tr-request-restart command, used only when --copyIdentifiers argument is specified.

    • Now that this command is using Sombra to decrypt request identifiers, you may need to provide the --sombraAuth argument. It's required only when using --copyIdentifiers AND self-hosted Sombra, but is otherwise not required.
    Before:
      yarn tr-request-restart --auth=$TRANSCEND_API_KEY \
        --statuses=COMPILING,APPROVING --actions=ERASURE --copyIdentifiers=true
    
    Now:
      yarn tr-request-restart --auth=$TRANSCEND_API_KEY \
        --sombraAuth=$SOMBRA_INTERNAL_KEY \
        --statuses=COMPILING,APPROVING --actions=ERASURE --copyIdentifiers=true
    
transcend-bot
published 4.132.6 •

transcend-bot
published 4.132.5 •

transcend-bot
published 4.132.4 •

transcend-bot
published 4.132.3 •

transcend-bot
published 4.132.2 •

transcend-bot
published 4.132.1 •

transcend-bot
published 4.132.0 •

transcend-bot
published 4.131.0 •

transcend-bot
published 4.130.5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc