importconfiguration
Imports the feature configuration from your NetSuite account to the account customization project so that you can enable or disable features in the project.
Syntax
importconfiguration -configurationid ConfigID
[-authid AuthId]
[-p FolderOrZipFile]
Options
Option |
Required / Optional |
Description |
-configurationid |
Required |
Specifies the configuration to import. This value should be set to FEATURES:ALL_FEATURES. You can only import the configuration for all features. |
-authid |
Required |
References the custom alias you give to a specific account-role combination. |
-p |
Required when a default project has not been specified by the project command or when you want to specify a project other than the default. For more information, see project. |
References the folder or ZIP file that contains the SuiteCloud project. |
-h or -help |
Optional |
Prints the help for this command. |
Example
The following command imports the feature configuration from your NetSuite account to an account customization project:
sdfcli importconfiguration -configurationid FEATURES:ALL_FEATURES -authid AuthId -p c:/SDFproject
When you run the command, it produces an output that is similar to the following:
SuiteCloud Development Framework CLI (com.netsuite.ide.core_2021.1.0)
The following objects were imported successfully:
FEATURES:ALL_FEATURES
Related Topics
- SuiteCloud CLI for Java Commands
- adddependencies
- authenticate
- authenticateci
- createfile
- createproject
- deploy
- importbundle
- importfiles
- importobjects
- listbundles
- listconfiguration
- listfiles
- listmissingdependencies
- listobjects
- manageauth
- package
- preview
- project
- update
- updatecustomrecordwithinstances
- uploadfiles
- uploadfolders
- validate