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

2

4.0.3

Diff

Changelog

Source

[4.0.3 - 2021-12-17]

Added

  • Last version. Aura Helper CLI will be deprecated instead a converted SFDX Plugin. Install Aura Helper SFDX Plugin if you want to maintenance updates and new tools.

Fixed

  • Fix an error when compress XML files with some Array xml fields.
jjlongoria
published 4.0.2 •

jjlongoria
published 4.0.1 •

jjlongoria
published 4.0.0 •

Changelog

Source

[4.0.0 - 2021-12-13]

Added

  • Changed to typescript
  • Added support to API v53.0
  • Fix all minor found errors
  • Add better support to projects with Metadata API Format
  • Improve general performance about 60-70%
  • Enhance AuraHelper: Refresh All SObjects Definitions to load definitions too much faster (improve speed about 95%)
  • Enhance List and describe Metadata Types from org too much faster (improve speed about 95%)

Changed

  • Changed metadata:local:compress to support several directories or file paths separated by commas to compress

Fixed

  • Fix all minor errors
jjlongoria
published 3.0.2 •

jjlongoria
published 3.0.1 •

Changelog

Source

[3.0.1 - 2021-09-18]

Added

  • Update package references
  • Added new option (-g or --group) on metadata:local:describe and metadata:org:describe commands to allow to group global actions on GlobalActions group
jjlongoria
published 3.0.0 •

Changelog

Source

[3.0.0 - 2021-09-18]

Added

  • The v3.0.0 is the biggest Update of Aura Helper CLI. This versión implements the Aura Helper Framework created in nodeJS. This framework are robust, faster and better than the old Aura Helper Code. Aura Helper Framework is an open source framework to provide tools to any developer to create applications for salesforce. Aura Helper Extension and Aura Helper CLI use it.

  • Added Aura Helper Framework Modules to enhance, reuse and optimize code and processes.

  • Added new command metadata:org:permissions to execute anonymous apex scripts N times.

  • Added new command metadata:org:apex:executor to execute anonymous apex scripts N times.

  • Added new option to metadata:local:compress Command for select the sort order for the XML elements when compress.

  • Added new option to metadata:local:ignore Command for select the sort order for the XML elements when compress.

  • Added new options to metadata:local:repair Command for select the sort order for the XML elements when compress or to select and use an ignore file to exclude the specified types from checking dependencies.

  • Added new option to metadata:local:retrieve:special Command for select the sort order for the XML elements when compress.

  • Added support up to API v51.0 (and older versions) to all operations (repair dependencies, compress...) and support all types and files.

  • Added API Version Option (-v or --api-version) to data:export command to use another API Version.

  • Added API Version Option (-v or --api-version) to data:import command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:local:describe command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:local:list command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:local:retrieve:special command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:org:compare:between command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:org:compare command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:org:describe command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:org:list command to use another API Version.

  • Added API Version Option (-v or --api-version) to metadata:org:retrieve:special command to use another API Version.

  • Added support to compress All XML Files.

  • Added support to repair or check error dependencies on all XML Files with Metadata Type Reference. Supported Types: AccountRelationshipShareRule, AnimationRule, AppointmentSchedulingPolicy, BatchCalcJobDefinition, BatchProcessJobDefinition, BlacklistedConsumer, Bot, CareProviderSearchConfig, CleanDataService, Community, ConnectedApp, CustomApplication, CustomFeedFilter, CustomField, CustomObject, CustomObjectTranslation, CustomPageWebLink, CustomPermission, CustomSite, CustomTab, Dashboard, DataSourceObject, DataStreamDefinition, DecisionTable, DecisionTableDatasetLink, DelegateGroup, EmailTemplate, EmbeddedServiceConfig, EmbeddedServiceLiveAgent, EmbeddedServiceMenuSettings, EntitlementProcess, FieldSet, FlexiPage, Flow, FlowCategory, HomePageLayout, Index, Layout, LightningBolt, ListView, LiveChatAgentConfig, LiveChatButton, LiveChatDeployment, MatchingRules, MLDataDefinition, MLPredictionDefinition, ModerationRule, MutingPermissionSet, MyDomainDiscoverableLogin, NamedFilter, NavigationMenu, Network, NotificationTypeConfig, OauthCustomScope, Package, PathAssistant, PaymentGatewayProvider, PermissionSet, PermissionSetGroup, PlatformEventChannel, Portal, PresenceUserConfig, Profile, ProfilePasswordPolicy, ProfileSearchLayouts, ProfileSessionSetting, Prompt, Queue, QuickAction, RecommendationStrategy, RecordActionDeployment, RecordType, Report, ReportType, Role, SalesWorkQueueSettings, SamlSsoConfig, SearchLayouts, ServiceAISetupDefinition, SharingReason, SharingRules, SharingSet, SharingRules, Skill, Territory, TimeSheetTemplate, TopicsForObjects, TransactionSecurityPolicy, Translations, UserProvisioningConfig, ValidationRule, WaveApplication, WaveLens, WaveRecipe, WaveXmd, WebLink, Workflow

Changed

  • Changed and remove to many code for use Aura Helper Framework modules. Changed all references
  • Changed update Command for use Aura Helper Framework Modules
  • Changed version Command for use Aura Helper Framework Modules
  • Changed data:export Command for use Aura Helper Framework Modules
  • Changed data:import Command for use Aura Helper Framework Modules
  • Changed metadata:local:xml:compress Command for use Aura Helper Framework Modules
  • Changed metadata:local:describe Command for use Aura Helper Framework Modules
  • Changed metadata:local:ignore Command for use Aura Helper Framework Modules
  • Changed metadata:local:list Command for use Aura Helper Framework Modules
  • Changed metadata:local:package:create Command for use Aura Helper Framework Modules
  • Changed metadata:local:repair Command for use Aura Helper Framework Modules
  • Changed metadata:local:retrieve:special Command for use Aura Helper Framework Modules
  • Changed metadata:org:compare:between Command for use Aura Helper Framework Modules
  • Changed metadata:org:compare Command for use Aura Helper Framework Modules
  • Changed metadata:org:describe Command for use Aura Helper Framework Modules
  • Changed metadata:org:list Command for use Aura Helper Framework Modules
  • Changed metadata:org:retrieve:special Command for use *Aura Helper Framework Modules
  • IMPORTANT CHANGE: Change the Response, Progress and Error bodys to a new format (similar but need adapt response threatments). Now use AuraHelperCLIResponse, AuraHelperCLIProgress, AuraHelperCLIError classes to display the response, progress and errors.
  • Changed README file to better information order and addapt to Aura Helper Framework Style.

Fixed

  • Fixed minor errors on several commands
jjlongoria
published 2.1.2 •

Changelog

Source

[2.1.2 - 2020-10-21]

Fixed

  • Fixed a little problem with some suffix when describing local metadata types
jjlongoria
published 2.1.1 •

Changelog

Source

[2.1.1 - 2020-08-07]

Fixed

  • Fixed some problems with mac compatibility
jjlongoria
published 2.1.0 •

2
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