Top Level Namespace
- Includes:
- SfCli::Console::Commands
Defined Under Namespace
Modules: SfCli
Instance Method Summary collapse
-
#sf ⇒ Object
The global method that represents sf command.
Methods included from SfCli::Console::Commands
#apex, #available_models, #connection, #generate, #help, #orgs, #query, #target_org, #use
Instance Method Details
#sf ⇒ Object
The global method that represents sf command.
With method chaining, you can use similar syntax as original command.
10 11 12 |
# File 'lib/sf_cli.rb', line 10 def sf SfCli::Sf::Main.instance end |