Skip to content
kohkimakimoto edited this page Apr 12, 2013 · 2 revisions

Description

set(string $key, mixed $value)

Parameters

  • command

  • options

Examples

set("application_name", "my_application");

You can see the all of defined variables running the following command

$ altax -c
Configurations :
  [tasks/init/desc]                   => Create default configuration file (altax.php).
  [tasks/init/callback]               => function()
  [tasks/init/options]                =>
  [hosts/127.0.0.1/port]              => 22
  [hosts/127.0.0.1/login_name]        => user001
  [hosts/127.0.0.1/identity_file]     => /home/user001/.ssh/id_rsa
  [roles/web/0]                       => 127.0.0.1
  [application_name]                  => my_application
Clone this wiki locally