Sha256: 4265bc28609bc85ef801dfd374a80b0bf48e98f48bdf26cafb08d35d13029a18
Contents?: true
Size: 402 Bytes
Versions: 91
Compression:
Stored size: 402 Bytes
Contents
module Kontena::Cli::Services class EnvCommand < Kontena::Command subcommand ["list", "ls"], "List service environment variables", load_subcommand('services/envs/list_command') subcommand "add", "Add environment variable", load_subcommand('services/envs/add_command') subcommand ["remove", "rm"], "Remove environment variable", load_subcommand('services/envs/remove_command') end end
Version data entries
91 entries across 91 versions & 2 rubygems