pinset2.1
中文
Project and selection commands

pinset init

Create a minimal project configuration in the current directory.

View source on GitHub
FieldDescription
PurposeCreate a minimal project configuration in the current directory.
Syntax and argumentspinset init; no command-specific options.
Modifies stateYes. Creates schema 4 pinset.toml with a unique project-id and strict project policy; it does not select or install a runtime.
Examplemkdir app && cd app && pinset init
JSONNo.
Exit0 success; 2 if the file cannot be safely created.
Key errorsExisting configuration, unsafe path, or filesystem permission failure.
/en/docs/commands/initPinset 2.1