28.0.0 • Published 2 years ago

sfdx-flexi-plugin v28.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

sfdx-flexi-plugin

Version check Appveyor CI Codecov Downloads/week License

$ npm install -g sfdx-flexi-plugin
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
sfdx-flexi-plugin/28.0.0 darwin-x64 node-v16.14.0
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx flexi:run [name=value...] -p <string> [-x <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

Executes a function resolved from a js or ts module with a provided sfdx context

USAGE
  $ sfdx flexi:run [name=value...] -p <string> [-x <string>] [-v <string>] [-u <string>] [--apiversion <string>] 
  [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -p, --path=path                                                                   (required) The module path

  -u, --targetusername=targetusername                                               username or alias for the target
                                                                                    org; overrides default target org

  -v, --targetdevhubusername=targetdevhubusername                                   username or alias for the dev hub
                                                                                    org; overrides default dev hub org

  -x, --export=export                                                               The module export to execute

  --apiversion=apiversion                                                           override the api version used for
                                                                                    api requests made by this command

  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

ALIASES
  $ sfdx flexi:script
  $ sfdx flexi:execute
  $ sfdx flexi:exec
  $ sfdx flexi:call

EXAMPLES
  $ sfdx flexi:run --path <module path>
  $ sfdx flexi:run --path <module path> --export <module export name>

See code: src/commands/flexi/run.ts

Additional Documentation

28.0.0

2 years ago

26.0.0

2 years ago

27.0.0

2 years ago

27.1.0

2 years ago

25.0.0

3 years ago

24.3.2

3 years ago

24.3.1

3 years ago

24.3.0

3 years ago

24.2.0

3 years ago

22.0.0

3 years ago

24.1.0

3 years ago

24.0.0

3 years ago

21.0.0

3 years ago

19.0.0

3 years ago

20.0.0

3 years ago

12.0.0

3 years ago

8.0.0

3 years ago

15.0.0

3 years ago

10.0.0

3 years ago

17.0.0

3 years ago

14.0.0

3 years ago

13.0.0

3 years ago

16.0.0

3 years ago

9.0.0

3 years ago

18.0.0

3 years ago

11.0.0

3 years ago

7.0.0

3 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago