File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111 "type" : " boolean" ,
112112 "description" : " Whether or not to prepend to the path."
113113 },
114+ "declarationsOnly" : {
115+ "type" : " boolean" ,
116+ "default" : false ,
117+ "description" : " Only plan and manage explicitly declared paths found in shell startup scripts. This value is forced to true for stateful mode"
118+ },
114119 "name" : {
115120 "description" : " Optional name. Useful for specifying multiple resources of the same type" ,
116121 "type" : " string" ,
139144 "properties" : {
140145 "alias" : {
141146 "type" : " string" ,
142- "pattern" : " ^[^ \t\n /$`=|&;()<>'\" ]*$" ,
147+ "pattern" : " ^[^ \t\n /\\ $`=|&;()<>'\" ]*$" ,
143148 "description" : " The name of the alias"
144149 },
145150 "value" : {
808813 "type" : " string"
809814 }
810815 },
811- "oneOf" : [
812- {
813- "required" : [
814- " plugin" ,
815- " versions"
816- ]
817- },
818- {
819- "required" : [
820- " directory"
821- ]
822- }
823- ],
824816 "additionalProperties" : false ,
825817 "required" : [
826818 " type"
You can’t perform that action at this time.
0 commit comments