fsoc solution fork
Fork a solution into the specified directory
Synopsis
This command downloads the specified solution into the current directory and changes its name to
fsoc solution fork [<solution-name>|--source-dir=<directory>] <target-name> [flags]
Examples
fsoc solution fork spacefleet myfleet
fsoc solution fork --source-dir=spacefleet myfleet
Options
-h, --help help for fork
--legacy-replace use pre-v0.68 fork algorithm (string replacement) (DEPRECATED)
-q, --quiet suppress output
-s, --source-dir string directory with a solution to fork from disk
--tag string tag for the solution to download and fork (default "stable")
Options Inherited From Parent Commands
--config string config file (default is ~/.fsoc). May be .yaml or .json
--curl log curl equivalent for platform API calls (implies --verbose)
--fields string perform specified fields transform/extract JQ expression
--log string set a location and name for the fsoc log file (default "/tmp/fsoc.log")
--no-version-check skip the daily check for new versions of fsoc
-o, --output string output format (auto, table, detail, json, yaml) (default "auto")
--profile string access profile (default is current or "default")
-v, --verbose enable detailed output
See Also
- fsoc solution - Perform solution operations