method
diff
v7.1.3.4 -
Show latest stable
-
0 notes -
Class: CredentialsCommand
- 1.0.0
- 1.1.6
- 1.2.6
- 2.0.3
- 2.1.0
- 2.2.1
- 2.3.8
- 3.0.0
- 3.0.9
- 3.1.0
- 3.2.1
- 3.2.8
- 3.2.13
- 4.0.2
- 4.1.8
- 4.2.1
- 4.2.7
- 4.2.9
- 5.0.0.1
- 5.1.7
- 5.2.3
- 6.0.0
- 6.1.3.1 (0)
- 6.1.7.7 (0)
- 7.0.0 (0)
- 7.1.3.2 (0)
- 7.1.3.4 (0)
- What's this?
diff(content_path = nil)
public
Hide source
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 46 def diff(content_path = nil) if @content_path = content_path self.environment = extract_environment_from_path(content_path) load_environment_config! say credentials.read.presence || credentials.content_path.read else disenroll_project_from_credentials_diffing if options[:disenroll] enroll_project_in_credentials_diffing if options[:enroll] end rescue ActiveSupport::MessageEncryptor::InvalidMessage say credentials.content_path.read end