You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Granular control over which features are enabled in the adapter, by default all features are enabled in order to get the most information. can be used to turn off features that cause problems until they are solved
maxInstancesPerType
5000
Do not fetch metadataTypes and CustomObjects with more instances than this number, and add those to the exclude lists
preferActiveFlowVersions
false
When set to false, flows' latest version will be fetched. Otherwise, flows' active version will be fetched if exists
Specified the metadata to not fetch. Metadata that matches any of the exclude criteria will not be fetched even if it also matches some of the include criteria
objectsToSeperateFieldsToFiles
[] (Don't split any objects)
Specified a list of objects which will be stored as one field per nacl file
Metadata Query
Name
Default when undefined
Description
namespace
".*" (All namespaces)
A regular expression of a namespace to query with
metadataType
".*" (All types)
A regular expression of a metadata type to query with
name
".*" (All names)
A regular expression of a metadata instance name to query with
Optional Features
Name
Default when undefined
Description
extraDependencies
true
Find additional dependencies between configuration elements by using the salesforce tooling API
elementsUrls
true
Populate URLs for your salesforce configuration elements and enable quick navigation from Salto to the corresponding salesforce screen
addMissingIds
true
Populate Salesforce internal ids for a few types that require special handling
profilePaths
true
Update file names for profiles whose API name is different from their display name
authorInformation
true
Populate Salesforce author information about who and when last changed Salesforce configuration elements.
describeSObjects
true
Fetch additional information about CustomObjects from the soap API
Data management configuration options
Name
Default when undefined
Description
includeObjects
N/A (required when dataManagement is configured)
Data records of matched object names will be fetched
excludeObjects
[]
Data records of matched object names will not be fetched in case they are matched in includeObjects
allowReferenceTo
[]
Data records of matched object names will be fetched only when referenced from other fetched data records
10 except for Profile and PermissionSet (which are 1)
Configuration for specifing the size of the chunk in readMetadata
Client polling options
Name
Default when undefined
Description
interval
3000 (3 seconds)
The interval (milliseconds) at which the client checks wether the operation completed
deployTimeout
5400000 (1.5 hours)
The timeout (milliseconds) on deploy operations
fetchTimeout
1800000 (30 minutes)
The timeout (milliseconds) on fetch operations
Client deploy options
Name
Default when undefined
Description
rollbackOnError
true
Indicates whether any failure causes a complete rollback or not. Must be set to true if deploying to a production org.
ignoreWarnings
true
Indicates whether deployments with warnings complete successfully or not.
purgeOnDelete
false
If true, deleted components aren't stored in the Recycle Bin. Instead, they become immediately eligible for deletion. This option only works in Developer Edition or sandbox orgs. It doesn’t work in production orgs.
checkOnly
false
If true, deploy will run a "validation deploy", changes will not be immediately applied to the service