You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'registry': {type: 'string',alias: 'r',default: 'ghcr.io',description: 'Name of the OCI registry.',hidden: collectionType!=='feature'},
15
+
'namespace': {type: 'string',alias: 'n',require: collectionType==='feature',description: `Unique indentifier for the collection of features. Example: <owner>/<repo>`,hidden: collectionType!=='feature'},
16
+
'github-owner': {type: 'string',default: '',description: `GitHub owner for docs.`},
17
+
'github-repo': {type: 'string',default: '',description: `GitHub repo for docs.`},
y.command('publish <target>','Package and publish Features',featuresPublishOptions,featuresPublishHandler);
81
81
y.command('info <mode> <feature>','Fetch metadata for a published Feature',featuresInfoOptions,featuresInfoHandler);
82
82
y.command('resolve-dependencies','Read and resolve dependency graph from a configuration',featuresResolveDependenciesOptions,featuresResolveDependenciesHandler);
'project-folder': {type: 'string',alias: 'p',default: '.',description: 'Path to folder containing \'src\' and \'test\' sub-folders. This is likely the git root of the project.'},
13
-
'registry': {type: 'string',alias: 'r',default: 'ghcr.io',description: 'Name of the OCI registry.'},
14
-
'namespace': {type: 'string',alias: 'n',require: true,description: `Unique indentifier for the collection of features. Example: <owner>/<repo>`},
15
-
'github-owner': {type: 'string',default: '',description: `GitHub owner for docs.`},
16
-
'github-repo': {type: 'string',default: '',description: `GitHub repo for docs.`},
'project-folder': {type: 'string',alias: 'p',default: '.',description: 'Path to folder containing \'src\' and \'test\' sub-folders. This is likely the git root of the project.'},
13
-
'github-owner': {type: 'string',default: '',description: `GitHub owner for docs.`},
14
-
'github-repo': {type: 'string',default: '',description: `GitHub repo for docs.`},
0 commit comments