class Marten::CLI::Generator::SecretKey

Overview

Allows to generate a new secret key value.

Defined in:

marten/cli/generator/secret_key.cr

Instance Method Summary

Instance methods inherited from class Marten::CLI::Generator

command : Marten::CLI::Manage::Command::Gen command, create_app_files(app_config : Apps::Config, files : Array(Tuple(String, String))) create_app_files, create_spec_files(files : Array(Tuple(String, String))) create_spec_files, print_warnings print_warnings, run : Nil run, setup setup, warnings : Array(String) warnings, warnings=(warnings : Array(String)) warnings=

Constructor methods inherited from class Marten::CLI::Generator

new(command : Manage::Command::Gen) new

Class methods inherited from class Marten::CLI::Generator

footer_description(footer_description : String | Symbol)
footer_description
footer_description
, generator_name(name : String | Symbol)
generator_name
generator_name
, help(help : String)
help
help

Instance Method Detail

def run : Nil #

[View source]