Step 1: Create a project
The SimSpace Weaver app SDK distributable contains a script that creates a project from the
bundled PathfindingSample
project. You must run the script from its location in your
file system. The script creates a project-name
inside a
path
using the values that you provide at the command line.
Parameters
- name
-
The name of your project.
- path
-
The location of the project in your file system. The project structure can sometimes have long file paths that can exceed the path length limit in your operating system. We recommend that you use a path name that is as short as possible.
- profile
-
The name of the AWS CLI profile that the script should use for authentication. For more information, see Named profiles for the AWS CLI in the AWS Command Line Interface User Guide. This parameter is only available for the SimSpace Weaver app SDK version 1.12.1 or higher. For more information about SimSpace Weaver versions, see SimSpace Weaver versions.
- app-sdk-version
-
(optional) The version of the SimSpace Weaver app SDK that your project uses. You will build and link your apps using this version. If the script doesn't find the version in the location of the distributable, or if you don't provide the version number, the script will automatically download the latest version.
- template
-
(optional) A project template that the script will use to create your project. If you don't provide a template, the script will use the
PathfindingSample
. Valid values: - overwriteproject
-
(optional) Use this option to overwrite an existing project folder with the same project name and path.