New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aura-helper-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aura-helper-cli - npm Package Versions

1

2.0.0

Diff

Changelog

Source

[2.0.0 - 2020-07-17]

Added

  • metadata:org:compare:between - Command for compare two organization to get the differences. Return the metadata that exists on target but not exists on source
  • Added support for mac operative system

Changed

  • Change --send-to (-s or --send-to) option on all commands for --output-file.

Fixed

  • Fixed some problems with ignore command
jjlongoria
published 1.1.3 •

Changelog

Source

[1.1.3 - 2020-07-10]

Fixed

  • Fixed XML Attributes loosing when compresing XML Files
jjlongoria
published 1.1.2 •

Changelog

Source

[1.1.2 - 2020-06-30]

Fixed

  • Fixed update command
jjlongoria
published 1.1.1 •

Changelog

Source

[1.1.1 - 2020-06-30]

Fixed

  • Fixed update command
  • Fixed documentation on readme with import command
jjlongoria
published 1.1.0 •

Changelog

Source

[1.1.0 - 2020-06-30]

Added

  • Added two new commands (data:export and data:import) for Export and Import Data at tree format and resolve relationships and recordtypes automatically (Beta)
  • Added support for compress StandardValueSet XML Metadata File.

Changed

  • Change commands for return metadata ordered alphabetically.

Fixed

  • Removed not supported StandardValueSet Types by Metadatada API
  • Fixed a little problem with the detection of custom objects as local metadata type.
  • Fixed a bug with ignore permissions from all profiles
jjlongoria
published 1.0.0 •

Changelog

Source

[1.0.0 - 2020-27-05]

Added

Metadata Commands
  • metadata:local:compress - Command for compress XML files for ocuppy less data storage, and make more usefull with SVC systems like Git. With XML Files compressed, the file confilcts on merges are to much easy to resolve.

  • metadata:local:ignore - Command for ignore some metadata types. If you use git or other SVC systems, you can construct a .gitignore file or similar for ignore some files from your SVC. But salesforce have some metadata that can't be ignored with git because have into other files, like custom labels, workflows or user permissios for example. This command allow to you to ignore this types of metadata. This command support all metadata types to ignore. (Can delete entire files and folders)

  • metadata:local:list - Command for list all Metadata Types stored in your local project.

  • metadata:local:describe - Command to describe all or specific Metadata Types like Custom Objects, Custom Fields, Apex Classes... that you have in your local project.

  • metadata:local:repair - Command for repair your project local dependencies. With this command you cand repair automatically or check if have dependencies errors for repair it (or not, because is possible to detect errors because you don't have all metadata into your local project).

  • metadata:local:package:create - Command for create the package files. You can create the package and destructive files for deploy and delete (before and after deploy) automatically from different sources. You can chose to create from other package files for merge all packages into only one. Also you can create the package files based on a JSON file (See Metadata JSON Format section) or better, you can create the files from a git differences. You can compare two branches, commits, tags... for detect modifies, new files and deleted metadata for create the package and destructive files with a simple command. Also you can ignore metadata types for not include in package according .ahignore.json file.

  • metadata:local:retrieve:special - Command for retrieve the special metadata types stored in your local project. The special types are the types generated at runtime when retrieving data from org according the package data. Files like permission sets, profiles or translations. For example, with this command you can retrieve all permissions from a profile without retrieve anything more. Also you can retrieve only the Custom Object XML Files without retrieve anything more.

  • metadata:org:list - Command for list all Metadata Types stored in your auth org

  • metadata:org:describe - Command to describe all or specific Metadata Types likes Custom Objects, Custom Fields, Apex Classes... that you have in your auth org

  • metadata:org:compare - Command for compare your local project with your auth org for get the differences. The result are the metadata types and objects that you have in your org, but don't have in your local project.

  • metadata:org:retrieve:special - Command for retrieve the special metadata types stored in your auth org. The special types are all types generated at runtime when retrieving metadata according the package data. Files like permission sets, profiles or translations. For example, with this command you can retrieve all permissions from a profile without retrieve anything more. Also you can retrieve only the Custom Object XML Files without retrieve anything more.

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