From 00830a2f1e8c772e6f893067ce48438dde805c3e Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 6 May 2024 18:35:03 +0200 Subject: [PATCH] add manifest to gitignore --- .gitignore | 1 + oclif.manifest.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 oclif.manifest.json diff --git a/.gitignore b/.gitignore index a91a041..d2c2eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ node_modules .yarn/** coverage/** .yarn/install-state.gz +oclif.manifest.json diff --git a/oclif.manifest.json b/oclif.manifest.json deleted file mode 100644 index f386fb2..0000000 --- a/oclif.manifest.json +++ /dev/null @@ -1 +0,0 @@ -{"version":"2.23.0","commands":{"flow:scan":{"id":"flow:scan","description":"Try to resolve the errors in the following flows:","usage":"<%= command.id %> [-d ] [-c ] [-f error|warning|note|never] [-r] [-p ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"lightning-flow-scanner","pluginType":"core","aliases":[],"examples":["sfdx flow:scan","sfdx flow:scan --failon warning","sfdx flow:scan -c path/to/config.json","sfdx flow:scan -c path/to/config.json --failon warning","sfdx flow:scan -d path/to/flows/directory"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory to scan for flows","required":false},"config":{"name":"config","type":"option","char":"c","description":"Path to configuration file","required":false},"failon":{"name":"failon","type":"option","char":"f","description":"Thresold failure level (error, warning, note, or never) defining when the command return code will be 1","helpValue":"(error|warning|note|never)","options":["error","warning","note","never"],"default":"error"},"retrieve":{"name":"retrieve","type":"boolean","char":"r","description":"Force retrieve Flows from org at the start of the command","allowNo":false},"sourcepath":{"name":"sourcepath","type":"option","char":"p","description":"comma-separated list of source flow paths to scan","required":false}},"args":[]}}} \ No newline at end of file