<% if (isJekyll) { %>--- title: ns config get position: 2 ---<% } %>
Prints the value for a specific key from the project's NativeScript configuration.
| Usage | Synopsis |
|---|---|
| General | $ ns config get <key> |
<key>— The configuration key in dot-notation. Examples:ios.id,android.codeCache,bundler.
$ ns config get ios.id$ ns config get android.codeCache$ ns config get bundler
<% if(isHtml) { %>
| Command | Description |
|---|---|
| config | Lists all configuration values for the current project. |
| config set | Sets the value for the specified configuration key. |
| <% } %> |