13.33.39 save_project_as
The save_as_project command saves the current project in Libero IDE with a different name and in a specified directory. You must specify a location with the -location parameter.
save_project_as
-name project_name
-location project_location
-files value
-designer_views value
-replace_links valueArguments
-name project_name
Specifies the name of your new project.
-location project_location
Must include the complete path of the PRJ file. If you do not provide the full path, Libero IDE infers that you want to save the project to your current working directory. This is a required parameter.
-files value
| Value | Description |
|---|---|
|
all |
Copies all your files into your new project |
|
project |
Copies only your Libero IDE project files into your new project |
|
source |
Copies only the source files into your new project |
|
none |
Copies none of the files into your new project; useful if you wish to manually copy only specific project files |
-designer_views value
| Value | Description |
|---|---|
|
all |
Copies all your Designer views into your new project |
|
current |
Copies only your current Designer fiew files into your new project |
|
none |
Copies none of your views into your new project |
-replace_links value
| Value | Description |
|---|---|
|
true |
Replaces (updates) the file links in your project during your save |
|
false |
Saves your project without updating the file links |
